JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 23.01.2020, 06:52
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default I want to auto-delete one word from many links

How i create a filter that every link i add that contains the word "OnceDDL_" it delete it from file name when it download the files.


One link with that file name example is these:


**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #2  
Old 23.01.2020, 07:02
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

no different than https://board.jdownloader.org/showthread.php?t=71203
you just need to clone rule or add in onceddl to existing rule
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 23.01.2020, 07:16
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

I can't see any pictures or links or examples from that link so i can re-create this prefix.


The only i can see is to create a prefix with the field name "<jd:orgfilename:1>" nothing more.



Can you create the prefix rule and store it so i download and add it to my jd2beta as new rule?

Last edited by Agnostos; 23.01.2020 at 07:19.
Reply With Quote
  #4  
Old 23.01.2020, 10:25
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

pictures are not needed. just copy paste the rule I wrote for you originally, then edit it accordingly for the new name. use regex101 to test =]

fyi its package customiser rule not a link filter
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5  
Old 23.01.2020, 10:41
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

I don't understand what you asking me to do.


What i must add to rule to work correctly?


You mean this rule?
<jd:orgfilename:1>
I try even that:
(?:OnceDDL(?:\.eu){0,}[_]{0,}){1,}(.+) (?:X(?:Y){0,}[_]{0,}){1,}(.+)
Neither work.



What i must add to the rule so if it work the result files the jd2 beta download doesn't have the word "OnceDDL_" at file name.

Last edited by Agnostos; 23.01.2020 at 11:02.
Reply With Quote
  #6  
Old 23.01.2020, 12:37
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

That wasn't my rule I provided earlier (but modified version of it), but yes filename contains, add regex rule, regex checkbox.

and then filename, the dynamic tag 1

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

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

Last edited by raztoki; 23.01.2020 at 15:24. Reason: and=add
Reply With Quote
  #7  
Old 23.01.2020, 12:44
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

Really i don't understand you.
Please write me what i must add at the empty field so it remove the word "OnceDDL_"
Reply With Quote
  #8  
Old 24.01.2020, 17:11
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

Help me pls.
Reply With Quote
  #9  
Old 24.01.2020, 18:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
Default

Sorry we are not hear to teach you regular expressions because if you want to have another rule, you would ask us again.
Make yourself familiar with regular expressions and then come back to us.
Here is a website which lets you easily test RegExes:

regex101.com

-psp-
EDIT

As I can see you already asked for filters in various other threads e.g.:
https://board.jdownloader.org/showthread.php?t=80425
--> As said, RegEsx is something you have to learn like math - we're neither here to teach you this nor are we there to always tell you the result of your homework
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 24.01.2020 at 18:23.
Reply With Quote
  #10  
Old 24.01.2020, 23:03
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

You can't tell me the command-rule so it remove the word "OnceDDL_" from any link and after that i simply change the word if i want any other word.
Reply With Quote
  #11  
Old 20.02.2020, 14:25
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

So you can't simply tell me what i must add to delete the word "OnceDDL_" from the name of each link it has it.


And after that i simply change the word "OnceDDL_" with any other i want.
Reply With Quote
  #12  
Old 20.02.2020, 16:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
Default

The description of what you want is still not accurate but my guess is that you want to remove that mentioned String from all filenames.
The following rule would do exactly this:


-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #13  
Old 20.02.2020, 16:33
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

At first THANK YOU FOR YOUR TIME AND YOUR HELP.


At second i don't see anywhere the second part of the picture.


Look the rule i have and i don't find anywhere the filename so i add the <jd:orgfilename:1>


Sorry i go to wrong menu.
Sorry for my post.
Attached Thumbnails
Χωρίς τίτλο.jpg  

Last edited by Agnostos; 20.02.2020 at 16:37.
Reply With Quote
  #14  
Old 20.02.2020, 16:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
Default

Hm strange you should see a scrollbar to your right.
Try to resize the window in direction to the bottom.

If that does not work I've also uploaded the rule for you so you can import it (see bottom right corner in packagizer):
workupload.com/file/2xk3GBsh

Please keep in mind that the inability to see the rest of the packagizer rules must either be a bug or maybe an issue for users with very low screen resolution(?)

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #15  
Old 21.02.2020, 00:44
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

his screen shot is of linkgrabber filter and not package customiser.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #16  
Old 24.02.2020, 17:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
Default

Oh lol you are right!

Well I hope I was able to hely anyways^^

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

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 13:40.
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.