I am trying to download from cyberdrop dot to. Each image in the album is hosted on a media domain, fs-0 followed by a number, 1, 2, 3 etc, like so:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
I use the following crawler rule:
Code:
[ {
"enabled" : true,
"cookies" : null,
"updateCookies" : true,
"logging" : true,
"maxDecryptDepth" : 0,
"id" : 1640504858132,
"name" : "test",
"pattern" : "(https?://fs-04.cyberdrop.to/)(.*)",
"rule" : "REWRITE",
"packageNamePattern" : null,
"passwordPattern" : null,
"formPattern" : null,
"deepPattern" : null,
"rewriteReplaceWith" : "$1test/$2"
} ]
Now I copy the album url and JDownloader picks it up, but it does not want to change the url for each of the images that match the regex.
I right click on each image > Change Url > and it still shows the original url, no changes, when it should show sth like "**External links are only visible to Support Staff**
I also enable the crawler rule checkbox right above. What am I doing wrong?