2025-01-01 18:07:09 -08:00
2024-11-29 16:51:55 -08:00
2024-11-29 14:44:58 -08:00
2025-01-01 18:04:02 -08:00
2025-01-01 18:04:02 -08:00
2025-01-01 18:07:09 -08:00

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
Download comics from the GoComics website.
Readme 51 KiB
Languages
Python 100%