JDownloader2: Formatting links for Linkgrabber

1.8k views Asked by At

Is there any way of formatting a list of links in a text file, so JDownloader's Linkgrabber knows the package name I want?

For example:

Will put link-a and link-b in "packagename1", link-c in "packagename2", link-d in "packagename3", and link-e and link-f in "packagename4".

1

There are 1 answers

0
scabezas On BEST ANSWER

Someone in Reddit pointed me to the solution.

If we look in Settings / Packagizer, there's a rule editor.

A custom rule can be made that takes links in the format:

http://link-a#packagename=packagename1

Which puts the downloads found in the link in a package named "packagename1".

(Original image by the user that provided the answer, grooters)

enter image description here