#1
|
|||
|
|||
![]()
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" } ] 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? |
#2
|
||||
|
||||
![]()
@karizzan: cyberdrop.me is already supported out of the box. You don't have to open the url in browser and copy the image urls.
In case the album URL does not work, please provide example links, then we can check it. The linkcrawler rule won't work because your pattern does only match on the actual image urls but not on the album url.
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 13.01.2022 at 11:49. |
#3
|
|||
|
|||
![]() Quote:
There are 2 cases: 1- The image redirects to img-01 on its own, like this one below (Which JD does not download, says File Not Found, probably cause of the redirect): **External links are only visible to Support Staff****External links are only visible to Support Staff** 2- The image does not redirect to img-01, and the link returns Invalid Response, in which case I need to manually change fs-01 to img-01, like the one below: **External links are only visible to Support Staff****External links are only visible to Support Staff** Also yes I thought about it not matching because it only checks for the album url, not the individual images. Is it possible to make it match with the individual images? Last edited by karizzan; 13.01.2022 at 13:30. |
#4
|
||||
|
||||
![]()
@karizzan: why add the images when you can just add the whole album with one click?
cyperdrop.me is supported @karizzan: both links work fine without need of any rules, for me. looks like server issues or sort of protection that maybe it does not autoredirect.
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 13.01.2022 at 13:42. |
#5
|
|||
|
|||
![]() Quote:
Is there a way to automatically replace all the individual links for the album images so that they start with img-01 instead of fs-01? Or perhaps another smart solution? |
#6
|
||||
|
||||
![]()
@karizzan: Please provide example links, then I can check/work in this. You should not have to do anything by yourself, especially not workaround those temp. issues.
__________________
JD-Dev & Server-Admin |
#7
|
||||
|
||||
![]()
Please provide example links, then I will check and make plugin work reliable so you don't have to mess with the direct urls
__________________
JD-Dev & Server-Admin |
#8
|
|||
|
|||
![]() Quote:
This is what I get from downloading the album: **External links are only visible to Support Staff****External links are only visible to Support Staff** And after I click on one of the images > Change url > replace fs-01 with img-01 > then press Force Download Start > It works just fine > **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#9
|
||||
|
||||
![]()
Thanks, will check it
__________________
JD-Dev & Server-Admin |
#10
|
||||
|
||||
![]()
@karizzan: can you please create a debug log? enable Settings->Advanced Settings->FolderWatch.debugenabled and restart JDownloader, now remove/add the links again and once the download fails, create a log, see https://support.jdownloader.org/Know...d-session-logs
and post logID here I was not able to reproduce any issues
__________________
JD-Dev & Server-Admin |
#11
|
|||
|
|||
![]() Quote:
Is this it? |
#12
|
||||
|
||||
![]()
@karizzan: can you open those easily in browser? looks like sort of rate limit or crawl protection.
I mean do the albums show correct in browser?
__________________
JD-Dev & Server-Admin |
#13
|
|||
|
|||
![]() Quote:
HTML Code:
This site can’t provide a secure connectionfs-01.cyberdrop.cc sent an invalid response. ERR_SSL_PROTOCOL_ERROR |
#14
|
||||
|
||||
![]()
The following rule will rewrite all fs subdomains to img-01
Code:
[ { "enabled" : true, "name" : "Cyberdrop Images", "pattern" : "(https?://fs-\\d+.cyberdrop.to/)(.*)", "rule" : "REWRITE", "rewriteReplaceWith" : "**External links are only visible to Support Staff** } ] @karizzan: What browser are you using? The error message sounds like old browser?
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 13.01.2022 at 19:59. |
#15
|
|||
|
|||
![]() Quote:
I am using the latest Chrome, so no problems there. If the links are working for you, then it is probably an availability issue for my ISP or the like. Again, very much appreciate your attentiveness and helpfulness. I'll be sure to donate to support the project. |
#16
|
||||
|
||||
![]()
@karizzan: Thanks for the feedback and you're welcome!
Your rule has wrong rewriteReplaceWith ![]()
__________________
JD-Dev & Server-Admin |
#17
|
||||
|
||||
![]()
Here is the rule on pastebin
pastebin.com/xMk4EUE5
__________________
JD-Dev & Server-Admin |
![]() |
Thread Tools | |
Display Modes | |
|
|