JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 08.12.2019, 04:58
SirJohnny SirJohnny is offline
Baby Loader
 
Join Date: Oct 2019
Posts: 9
Default Merging packages using Folder Watch

I have written a Python script that parses a website and creates a .crawljob file to be used in Folder Watch.

Everything works great except that the links with the same packageName and different downloadFolder values end up in different packages with the same name.

You can see an example of my .crawljob file below:
Code:
chunks=0
enabled=True
text=**External links are only visible to Support Staff**
filename=somefile.mkv
packageName=08-12-2019
downloadFolder=C:\Downloads\Somefile
priority=DEFAULT

chunks=0
enabled=True
text=**External links are only visible to Support Staff**
filename=someotherfile.mkv
packageName=08-12-2019
downloadFolder=C:\Downloads\Someotherfile
priority=DEFAULT
In the above example in the LinkGrabber I would have two different packages with the same name. One would contain the somefile file and the other the someotherfile file.
Reply With Quote
Reply

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 11:31.
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 - 2024, Jelsoft Enterprises Ltd.