You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reworked comic module structure. Webcomics are now class instances instead of
classes. While this doesn't change that much for single comic modules,
"virtual" modules covering multiple comics can now be written much more
concise. See issue #42 for details.
Windows build is now one standalone EXE file (thanks to PyInstaller).
Allow combining -n with -c or -a (related to #90). This allows to set an
upper bound to normally "unconstrained" fetch modes.
Replace forced "sleep" between requests with a simple host-based throttling
mechanism.
Uses imagesize instead of Pillow to get image sizes. (Pillow is a very big
libary with many binary dependencies and we were using only this feature from
it)
Removed
Many, many broken/disappered comics :(
Fixed
Many, many comics :D
Let Requests figure out encodings.
Don't crash when HTML output is run more than once per day. Closes: wummel#78