Thread: [Solved] Linkcrawler rewrite rule.
View Single Post
  #2  
Old 16.09.2021, 18:55
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,920
Default

Hi again,
the following simple LinkCrawler Rule will do the job:

Code:
[
  {
    "enabled": true,
    "name": "example rule for type REWRITE",
    "pattern": "https?://adult\\.noodlemagazine\\.com/watch/(-?[0-9]+_[0-9]+)",
    "rule": "REWRITE",
    "rewriteReplaceWith": "**External links are only visible to Support Staff**
  }
]
Rule in plaintext for easier copy & paste:
pastebin.com/raw/LQ02WBcr

Please let us know which parts of our example and the LinkCrawler Rules overview can be improved.

-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