#1
|
|||
|
|||
Multiple search terms in packagizer rule
I'm setting up rules in the packagizer for downloading videos from FB.
I just wanted to know if I can setup the packagizer to look for different words in the file name. eg: avva ballerina OR avva.ballerina |
#2
|
|||
|
|||
You can match strings using regualar expressions (enable/check regex button at the end of field).
Code:
.*(avva ballerina|avva\.ballerina).* |
#3
|
|||
|
|||
Thanks!!!
|
#4
|
||||
|
||||
Thanks @mgpai for fast help
__________________
JD-Dev & Server-Admin |
#5
|
|||
|
|||
Code:
.*avva( |\.)ballerina.* |
#6
|
||||
|
||||
or .*avva[\. ]ballerina.*
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#7
|
||||
|
||||
There are some nice free webtools for learning and testing regular expressions.
I can recommend the webtool regex101.com .
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
Thread Tools | |
Display Modes | |
|
|