View Single Post
  #10  
Old 18.09.2020, 16:55
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,916
Default

New/fixed rule:
Code:
[ {
  "enabled" : true,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "subdivx.com example rule 1",
  "pattern" : "https?://www\\.subdivx\\.com/index\\.php\\?buscar=.+",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : "class=\"titulo_menu_izq\" href=\"(https?://[^\"]+\\.html)",
  "rewriteReplaceWith" : null
}, {
  "enabled" : true,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "subdivx.com example rule 2",
  "pattern" : "https?://www\\.subdivx\\.com/.*?\\.html",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : "(bajar\\.php\\?id=\\d+[^<>\"]+)",
  "rewriteReplaceWith" : null
}, {
  "enabled" : true,
  "cookies" : null,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "subdivx.com example rule 3",
  "pattern" : "https?://www\\.subdivx\\.com/bajar\\.php.+",
  "rule" : "DIRECTHTTP",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "rewriteReplaceWith" : null
} ]
As plaintext to get around our forum URL-censor:
pastebin.com/PjKPe7Rv

This line has changed:
Old:
Code:
  "deepPattern" : "(/bajar\\.php\\?id=\\d+[^<>\"]+)",
New:
Code:
  "deepPattern" : "(bajar\\.php\\?id=\\d+[^<>\"]+)",
-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