Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: AbstractGeek/comic-scraper

Class based rewrite

02 Apr 14:21
Compare
Choose a tag to compare

Rewrote the base comic scraper such that it will be easier to write extractors to website without tweaking the main code.

Manga download from https urls, with pdf file output

02 Dec 06:07
Compare
Choose a tag to compare

Added https url suppport (speeds up download if behind proxy). Download as either cbz or pdf file formats. Default format set as pdf.

Manga download support with multithreading

24 Feb 10:38
Compare
Choose a tag to compare

Class based rewrite, with added manga download feature and multithreading support. Added numpy to requirements and setup.py to fix pip error.

Manga download support with multithreading

24 Feb 10:10
Compare
Choose a tag to compare

Class based rewrite, with added manga download feature and multithreading support.