GoComics Downloader
This tool should not be used to download comics that you can't download, or to pirate. Only use this to download comics that you are able to download (like public domain, or CC licensed comics).
What this does
GoComics downloader downloads comics from gocomics.com. If you have already downloaded comics, it will resume from the last comic downloaded. The comics are put in a folder, which is named the comic id.
How to use
Command-line args
To run with command line args, run:
./downloader.py <comic_id> [dir]
If you would like to put comics in a certain directory, provide the dir
argument.
Edit the code
The start of the file contains the variables comic_id
and directory
. Look
at the comment above it.
Description
Languages
Python
100%