#1
|
|||
|
|||
I can't set the package name using linkgrabberv2 and addLinks
I am trying to read an rss feed when I push a button:
Code:
if (name == "RSSFeedButton") { alert("Reading RSS Feed"); const rssFeedURL = " "; callAPI("linkgrabberv2", "addLinks", { "deepDecrypt": true, "overwritePackagizerRules": true, "packageName ": "RSS Feed", "links": rssFeedURL, }) } |
#2
|
||||
|
||||
not sure but it could be due to multiple things. Another plugin could be setting packagename but the first name (yours) should override that.
maybe.. Single child packages could also be placed in various group, settings > advanced settings > filter: various. You can disable default true to false .. but this would be a static naming
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#3
|
|||
|
|||
Remove the SPACE from the "packageName " key.
|
#4
|
|||
|
|||
That was humbling. Thanks.
|
#5
|
||||
|
||||
hah ok, thx mgpai
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
Thread Tools | |
Display Modes | |
|
|