View Single Post
  #14  
Old 21.11.2020, 19:01
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by andersontad View Post
... I take the Original link from the download and look for it in excel, and I look at the previous cell to name the image "Merry" in the folder that Jdownloader creates called "miscellaneous".
You can append the filename to the url before adding it to JD, and then parse the filename from it using a packagizer rule.

Example URL Format:
Code:
https://board.jdownloader.org/images/logo.png#filename=merry

Packagizer Rule:
Code:
If sourceurl(s) > contain > #filename=*
Then set > Filename > <jd:source:1>.<jd:orgfiletype>

JD will then download the file with the new name.
Reply With Quote