Git Product home page Git Product logo

Comments (13)

techteacher47 avatar techteacher47 commented on May 31, 2024 1

That is strange. Thanks so much for looking into it when you can. Good luck on your finals!

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024 1

ah, that's great :D
But, when you post a hack like this, please do mention what steps you take to get away. So that the other people going for the hack also know what consequences they can face.

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

Yep, that's totally doable and I was thinking the same when I released the update. I have to re-write this whole module because this website doesn't seem to have a naming convention.

For example, read this line 50. I thought I notices a pattern in their file naming, but I was so wrong. They have weird naming convention. Because of this, I'll have to re-write everything for this.

I will try to do it by the end of this week. If I can't, then next month (I have exams from 16th).

from comic-dl.

marlon99rocks avatar marlon99rocks commented on May 31, 2024

you can open 3 cmd then enter 3 same comands on 3 cmd in windows 10

from comic-dl.

marlon99rocks avatar marlon99rocks commented on May 31, 2024

image

from comic-dl.

vomov avatar vomov commented on May 31, 2024

@marlon99rocks
Your way puts you at risk for bans, as you're putting quite a bit of pressure on a single server (assuming you're getting three comics fro one server, here).

It's easier and safer to just make a batch file and copy-paste the links you want. If you don't want to make a batch file, just give multiple commands on a single line in cmd; the effect is the same.

from comic-dl.

marlon99rocks avatar marlon99rocks commented on May 31, 2024

how do i make batch file @vomov

from comic-dl.

vomov avatar vomov commented on May 31, 2024

@marlon99rocks
How to make a batch file

Short answer; make a text file, put the commands you want in it, and change the extension to '.bat'

from comic-dl.

marlon99rocks avatar marlon99rocks commented on May 31, 2024

i dont under stand it i got rid of my other downloads so like this
comic_dl.exe --sorting asc -i (url) --sorting asc i- (url)

from comic-dl.

vomov avatar vomov commented on May 31, 2024

@marlon99rocks
It doesn't matter if you're giving a command in a cmd window or a batch file; you're using the exact same command.

For example, if I want to download the Watchmen prequels, because I don't want to drag my hard copies around, I can open a command window, and feed the following:
comic_dl.exe -i http://readcomiconline.to/Comic/Before-Watchmen-Rorschach
But then I'd have to manually start the next comic.

I can chain multiple commands using batch, but easier is to simply open a txt file, and add the following:
comic_dl.exe -i http://readcomiconline.to/Comic/Before-Watchmen-Rorschach
comic_dl.exe -i http://readcomiconline.to/Comic/Before-Watchmen-Ozymandias
comic_dl.exe -i http://readcomiconline.to/Comic/Before-Watchmen-Nite-Owl
comic_dl.exe -i http://readcomiconline.to/Comic/Before-Watchmen-Moloch
comic_dl.exe -i http://readcomiconline.to/Comic/Before-Watchmen-Dr-Manhattan
I then rename the .txt to .bat, start it, and walk away.

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

Using batch files and downloading all these urls is a nice hack, but also a nice way to get your IP banned. So, it's recommended that after downloading 1 series from a website, cool down for a few minutes and then try with the new one. It'll be better. Otherwise, the script will fail if you get your IP banned.

from comic-dl.

vomov avatar vomov commented on May 31, 2024

@Xonshiz
Corporate networks also don't always like this kind of behavior (although our firewall is set to insane levels anyway). I usually use TIMEOUT to let it sleep for ten minutes before downloading the next one.

from comic-dl.

Xonshiz avatar Xonshiz commented on May 31, 2024

Support for range added! Please test it out on your end.

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.