TilCreator / Tapas-Comic-Downloader

This is a downloader to download whole comics from https://tapas.io/. (Not official!)
MIT License
67 stars 16 forks source link

Early Access locked strip cause crash #21

Closed Ruthalas closed 4 years ago

Ruthalas commented 4 years ago

Some comics, such as FANGS have several of their newest pages listed as 'early access'. These recent pages are not publicly available, but are indexed when the script fetches available pages. When the script attempts to fetch image data from them, it crashes with a 404 error.

Possible solutions: -Parse out the comics that are early access and do not attempt to get their content -Tolerate a failure to access the page gracefully