Thread: [Solved] Script to renaming
View Single Post
  #30  
Old 23.01.2018, 03:30
Program
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Example link
Code:
https://board.jdownloader.org/Nothing.zip#name=Yeah.zip
https://board.jdownloader.org/Nothing2.zip#name=Yeah2.zip
https://board.jdownloader.org/Nothing3.zip#name=Yeah3.zip
instead of
Code:
Yeah.zip:::https://board.jdownloader.org/Nothing.zip
Yeah2.zip:::https://board.jdownloader.org/Nothing2.zip
Yeah3.zip:::https://board.jdownloader.org/Nothing3.zip
ALWAYS JUST ONE SINGLE RULE
Packagizer Rule
Code:
SourceURL contains
.*#name=(.+)
enable regex checkbox

then set
filename to <jd:source:1>
Dear, good!
I try here and works with one rule, i try with two, and dont works,
like this

**External links are only visible to Support Staff****External links are only visible to Support Staff**


Code:
PakageName contains
.*#pkg=()
enable regex checkbox

SourceURL contains
.*#name=(.+)
enable regex checkbox

then set
Download Directory <jd:packagename>

filename to <jd:source:1>
I try many possibilities and none works.
Anyone can help me?
Reply With Quote