-
Notifications
You must be signed in to change notification settings - Fork 54
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
readcomiconline.li issue #134
Comments
Hi @Frostbrewn thanks for the report!
the fix should be pretty easy, we should get the url by replacing
it's just a string manipulation, I took that from readcomiconline |
Describe the bug
Runtime error : Slice bounds out of range [ : -1]
This error happens for certain comic series that uses this blogspot link format of RCOn_w
To Reproduce
-url=https://readcomiconline.li/Comic/The-Amazing-Spider-Man-2018/Issue-1?id=136988#1
Expected behavior
Script functioning properly.
Screenshots
Caption : Runtime error : Slice bounds out of range [ : -1]
Caption : Suspected due to "RCOn_w" variance in URL parameter
Caption : Appears on pages that has this edit
Caption : This issue can download as intended
Caption : The usual URL that works for this domain
Caption : deobfuscateUrl()
Desktop (please complete the following information):
Additional context
Also, I would like to understand in detail about the deobfuscateUrl() function. I hope that you will be willing to impart some knowledge to a beginner like me.
The text was updated successfully, but these errors were encountered: