Git Product home page Git Product logo

Comments (10)

Naguz avatar Naguz commented on May 31, 2024 2

I had the same issue. What worked for me:
1: Delete the folders sites/__pycache__ and __pycache__ in the comic_dl folder
2: Open a new private browsing session in your web browser and navigate to the site so yo get a "Are you human"-dialogue. I never get this if I use a browser session where I have already visited the site.
3: To start a download from a specific number, I used a bash command with seq. As an example:
# for i in $(seq 100 150); do ./comic_dl.py -v -i http://readcomiconline.to/Comic/Some-Comic/Issue-$i; done
This would substitute the numbers from 100 to 150 in the link, and runs fine. If you are on windows, I'm sure you could find a similar batch script and modfiy to run comic_dl in a similar fashion. Moify the number range, and of course the link to the correct comic as needed.

from comic-dl.

hallwayorchard avatar hallwayorchard commented on May 31, 2024 1

Just want to thank Naguz for the tip to download subsets of a run. I'm on linux so this works perfectly. Cheers!

And thanks again to Xonshiz... fantastic script!

from comic-dl.

techteacher47 avatar techteacher47 commented on May 31, 2024 1

Thanks for the idea, Naguz! I found the batch command that works for Windows:

FOR /L %G IN (142,1,162) DO comic_dl.exe -i http://www.omgbeaupeep.com/comics/Richie_Rich/%G

This command downloads all of the Richie Rich comics from 142-162 on the omgbeaupeep site. To modify, just change the numbers (first issue, step rate, last issue) and the link to your comic. Be sure to substitute %G for the issue number in the link.

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

Try opening the website in your browser and clear the cache. And try running the script after a few hours. I'd say after at least 9 - 10 hours.

from comic-dl.

hallwayorchard avatar hallwayorchard commented on May 31, 2024

This helps, but the issue repeats itself.
I think the problem occurs when I stop the script and restart a series. If there are several issues already in place, by the time the script gets about 8 issues in it's triggering the human verification.

Is there a way to flag to start downloading at a certain issue?

Thanks again!

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

It's bringing up Human Verification because of CF. I still have to add the range functionality. I'll add it by next month. I have exams going on right now, so can't really get into this stuff right now.

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

This "Human Snag" should be fixed now.

from comic-dl.

ShadowStriker avatar ShadowStriker commented on May 31, 2024

First I want to thank Xonshiz for this amazing script. I would also like to thank techteacher47 for the batch command for windows.

However, I was wondering if anyone found a batch command that would work on readcomiconline with the Windows binary.

Incorporating the batch command as above FOR /L %G IN (x,x) DO comic_dl.exe -i http://www.readcomiconline.to/Comic/NameofComic/Issue-%G creates folders with no comics and read type added to the name. I've tried different permutations, but can only get it to download when I add http://www.readcomiconline.to/Comic/NameofComic/Issue-%G?id=(4 digit number here) but since the 4 digit number is unique to each issue when it downloads the next comic the folder is named correct, but the comic is the same. I can change the 4 digit to increase by 2 (the usual change between comics) but then the folders don't work.

I love what everyone is doing and wish as a total noob I could better help. Thanks!

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

I think this range option is needed more than I thought. Hmmm, will look into it this weekend...

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

@ShadowStriker @techteacher47 If anyone of you want to discuss about this "batch" workaround, please open a new issue. This issue doesn't really go with the theme :)

from comic-dl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.