-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Readcomiconline download issue #1089
Comments
I think this is related to the beau function in https://readcomiconline.li/Scripts/rguard.min.js?v=1.2.4 which obfuscates the image urls |
@Slasar41 Could you help test this fix? Based on the rguard.min.js version 1.2.4 file and a previous issue in Xonshiz/comic-dl#299, I figured out the code to de-obfuscate a single image identifier based on :
I then put it through a javascript to lua converter online, and then put it into the GetPageNumber() function in ReadComicOnline.lua:
However, I run into problems trying to test it on fmd2. Do I have to install lua or compile fmd2 from source? I tried running fmd.exe after changing lua/modules/ReadComicOnline.lua directly but now it won't show up in the list of websites. |
@cobaltsardine There's no need to compile FMD yourself to test a website module. |
Possibly fixes dazedcat19#1028 and dazedcat19#1089
Prerequisite
System information
Win10
Describe the bug
I can't download any comic from the website. In status shows "Failed, try resuming task!" I tried that and nothing changed at all.
Screenshots
The text was updated successfully, but these errors were encountered: