View Single Post
  #22  
Old 13.10.2016, 15:06
flowlapache flowlapache is offline
DSL Light User
 
Join Date: Oct 2016
Posts: 31
Default

Quote:
[ {
"enabled" : true,
"maxDecryptDepth" : 0,
"id" : 1476354396774,
"name" : "psy-music",
"pattern" : "http?://psy-music\\.ru/news/.+/[0-9-]+",
"rule" : "DEEPDECRYPT",
"packageNamePattern" : null,
"formPattern" : null,
"deepPattern" : null,
"rewriteReplaceWith" : null
}, {
"enabled" : true,
"maxDecryptDepth" : 2,
"id" : 1433746432948,
"name" : "Learned file extension:zip",
"pattern" : "(?i).*\\.zip($|\\?.*$)",
"rule" : "DIRECTHTTP",
"packageNamePattern" : null,
"formPattern" : null,
"deepPattern" : null,
"rewriteReplaceWith" : null
} ]
Yep, so with this code, it works but it's like before.The deep decrypt doesn't find the good links (logged with browser and with JD as basic authentification).

For the max decrypt depth, 0 is 0 or it's everything? Because now (with 0), when one link is parsed, it finds a lot of differents bancamp links until endless (maybe it parses all thye site). I will try with depth=1

Last thing, do you know if it's possible in a browser (firefox) to "copy the code source of the link" with a right clic?
It could save me to open each page and making Ctrl+A then Ctrl+C to obtain good links in JD.

Last edited by flowlapache; 13.10.2016 at 15:50.
Reply With Quote