JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > International Support > JDownloader 2
Reply
 
Thread Tools Display Modes
  #1  
Old 12.04.2020, 19:39
Sekuiya Sekuiya is offline
Modem User
 
Join Date: Apr 2020
Posts: 1
Default How to name the file with only the alphanumeric characters of the url

So, I'm a beginner in this whole regular expression deal, but here's my problem.

I need to name my files in according to their source urls, more specifically I need to remove all non-alphanumerics characters.

An example:
I have this file
Code:
**External links are only visible to Support Staff**
and I need it's filename to be
Code:
httpsdrivegooglecomucexportdownloadid14YrfZFcr07ZOrBauATKS4Mg0pE66.png
.

Looking up online sites I was able to reach at this regular expression that would match all my desired characters, "([^\W_])". Now my problem is transferring this to the file name.

I was using "<jd:source:1>.<jd:orgfiletype>" but this unfortunately only gives me a "h.png". I tried looking some kind of tutorial but all I could find of <jd:source:1> was answers in the forums so I've reached a wall.

Any help would be appreciated, thank you very much!
Reply With Quote
  #2  
Old 13.04.2020, 03:14
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

your first regex condition only repeats for single character hence why just h is returned, use + as repeat. not sure you can achieve your desired outcome to be honest, since you don't exactly know how many times its going to repeat. For instance how many / and ? (illegal chars). Since you need to do jd:source:x for each repeat. either you need to create many rules to cover said repeats, or it might be easier to achieve with eventscripter (javascript) extension module.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by pspzockerscene; 14.04.2020 at 13:31. Reason: Hyperlinked EventScripter
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 07:45.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.