Is there a way to add a link automagically for download to a folder?
I explain my idea:
I have a external script for getting the new links added at some ivoox channels, I know I can feed them to jDownloader via
Code:
jDonloader2.exe url
or
Code:
java -jar jdownloader.jar -add url
and I want to do something with the files after download with the event scripter, but it should be different for each ivoox channel. I think the easiest way is to download them to a different folder, add a custom comment to the link will be ok too.
How can I do it?