@shadow.eaglz
1. Slashes do not need to be escaped in the Java RegEx flavor.
2. Your backslashes for escapüing are single slashes but need to be double.
Here is a working LinkCrawler Rule:
Code:
[
{
"enabled": true,
"name": "example rule for type REWRITE to rewrite clicknupload.XY URLs with unknown domain to a domain that our current public plugin revision knows",
"pattern": "https?://(?:www\\.)?(?:clicknupload\\.(?:red|click)|newDomain2Example\\.com)/(.+)",
"rule": "REWRITE",
"rewriteReplaceWith": "**External links are only visible to Support Staff**
}
]
Rule as plaintext for easier copying:
pastebin.com/raw/qUq9YZDK
Other similar example see here:
https://board.jdownloader.org/showpo...6&postcount=30