JDownloader Community - Appwork GmbH
 

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01.12.2024, 04:45
SirJohnny SirJohnny is offline
Junior Loader
 
Join Date: Oct 2019
Posts: 14
Default 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,
		})	
}
The result is that every file is in a different package by itself and not in a single package with the name I want.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 01:23.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.