View Single Post
  #1  
Old 20.11.2020, 08:32
andersontad andersontad is offline
Junior Loader
 
Join Date: Nov 2020
Posts: 14
Post Keep "Downloaded from - Download url" in the "File name".

Hello, how about I have been viewing the JDownloader forum for 9 hours but there is nothing that is exact for what I am looking for.

I give you an example of a website:

Original Link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

File name:
ed4c85679cf0100d7b1a62cea923978b.png

use this rule:
Url Fonts: Contains ^ ([^ + *] +) \. * $
Regular expressions are enabled

File name: <jd: source: 1>

And it returns the file name to me:
https_font-1001freefonts.netdna-ssl.com_storage_preview_cache_1257_ed4c85679cf0100d7b1a62cea923978b.png

If you see the Original link and the link that Returns with the rule, the lines / converts them to _, I would like to keep the original link within the file name so that I can review it in the excel table.

I found out that if I do this:
use this rule:
Url Fonts: Contains *
Regular expressions are disabled

File name: <jd: source: 1>

returns the file name:
https_font-1001freefonts.netdna-ssl.com_storage_preview_cache_1257_ed4c85679cf0100d7b1a62cea923978b.png

In short I need the "Original Link" as filename all in one folder:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

I ask you to help me with this rule. And in advance I thank you for your collaboration.
Reply With Quote