You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before I found your project one issue I was running into with my own implementation, it could just be that I've missed something in your code, I think you might need to include support for decoding the page from br. Here's a really rough and dirty example of something I made for the thing I was working on prior:
All of that said, whatever mechanism they're using to scramble the image URLs it looks like the get_image_links might be out of date now as I wasn't able to unscramble a couple I tested.
The text was updated successfully, but these errors were encountered:
Hey Barney, I never came across the single quote list. That's interesting.
Could you please share some of those links? I could try to look into it in a few weeks when I get some time.
Thanks for looking into it and for the suggestions, appreciate it.
I'm having some issues with git locally so couldn't raise a PR but I've got a couple of suggestions which might tighten up the support around RCO...
Looks like some comic issues use single quotes, so need to include support for both:
comic-dl/comic_dl/sites/readcomicOnlineli.py
Line 85 in 653b8a4
Before I found your project one issue I was running into with my own implementation, it could just be that I've missed something in your code, I think you might need to include support for decoding the page from br. Here's a really rough and dirty example of something I made for the thing I was working on prior:
All of that said, whatever mechanism they're using to scramble the image URLs it looks like the
get_image_links
might be out of date now as I wasn't able to unscramble a couple I tested.The text was updated successfully, but these errors were encountered: