JDownloader Community - Appwork GmbH
 

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 04.03.2022, 12:29
mini_ash mini_ash is offline
I will play nice!
 
Join Date: Mar 2022
Posts: 1
Default

new to this is they a way to set download folder location since it only downloads to the default folder

example looking for
youtube-url.txt = B:\\youtube-downloads
reddit-url.txt = E:\\reddit-downloads

i am using this version of the code

Quote:
Code:
/*
Add urls
Trigger : Interval
Recommended : 3600000 (1 hours) or more
*/

var file = "c:\\downloads\\urls.txt"; // valid path separators "" or "/"

try {
var links = readFile(getPath(file));

callAPI("linkgrabberv2", "addLinks", {
links: links
})

!isDownloadControllerRunning() && startDownloads();
} catch (e) {};
 

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:50.
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.