View Single Post
  #49  
Old 10.03.2017, 21:42
BloodyRain2k
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by mgpai View Post
Have you tried creating 'linkcrawler rules'? It can be used to automatically grab links from sites which do not have dedicated plugins. You can find example rules in the forum.

If you wish to add links using event scripter, you can use my.jdownloader API call
Code:
callAPI("linkgrabberv2", "addLinks", {AddLinksQueryStorable});
e.g.
Code:
callAPI("linkgrabberv2", "addLinks", {
    "links": "https://board.jdownloader.org/images/logo.png http://jdownloader.org/lib/tpl/arctic/images/logo.png",
    "packageName": "Jdownloader Images"
})
Have not because I didn't know that's a thing but this example looks very like what I was missing :D
I'll try both though, if I can remember which site I needed it for...

But I'm happy that I now have the means to finally get around that if I encounter it again, it bothered me so much in the past :x
Reply With Quote