View Single Post
  #6  
Old 25.09.2020, 16:23
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,118
Default

There you go here is an example rule:
Code:
[ {
  "enabled" : true,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "zt-za.com example rule",
  "pattern" : "https?://zt-za\\.com/[^/]+/\\d+[a-z0-9\\-]+\\.html",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : "href=\"(https?://zt-protect\\.com/[^\"]+)\"",
  "rewriteReplaceWith" : null
} ]
Same rule as plaintext to get around our forum URL censor:
pastebin.com/M6aQUajb

It is untested and may contain mistakes in the regular expressions.

-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