View Single Post
  #1038  
Old 16.12.2019, 21:49
anonymous anonymous is offline
Baby Loader
 
Join Date: Sep 2019
Posts: 8
Default

Quote:
Originally Posted by mgpai View Post
Use the packagizer extension (unless for some reason you need to use a script).

Settings > Packagizier > Add:

Code:
if > Sourceurl(s) > contains : **External links are only visible to Support Staff**then set > Download Directory : <jd:source:1>\<jd:source:2>
Thanks. I thought i needed some kind of regexpr trick at first. I've been searching for those "jd:" parameters but haven't had any luck. I appreciate this a lot. Would it be possible to have it this apply to already downloaded items as well?

Changingg what's already in the linkgrabber "queue just gives invalid download directory" after starting. Changing the already downloaded using that yields:
Code:
java.io.IOException: Could not create E:\Users\NewAdmin\pinterest\<jd:source:1>\<jd:source:2>
	at jd.plugins.PluginForHost.renameOrMove(PluginForHost.java:2409)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:2400)
	at jd.plugins.PluginForHost.move(PluginForHost.java:2358)
	at jd.controlling.downloadcontroller.DownloadWatchDog.move(DownloadWatchDog.java:4520)
	at jd.controlling.downloadcontroller.DownloadWatchDog$44.execute(DownloadWatchDog.java:4483)
	at jd.controlling.downloadcontroller.DownloadWatchDog$30.run(DownloadWatchDog.java:3008)

Last edited by anonymous; 17.12.2019 at 01:19.
Reply With Quote