SylvainDe / ComicBookMaker

Script to fetch webcomics and use them to create ebooks.
MIT License
36 stars 7 forks source link

It Fools A Monster is not a Tumblr anymore #80

Closed SylvainDe closed 6 years ago

SylvainDe commented 6 years ago

http://itfoolsamonster.com/ http://itfoolsamonster.com/api/read/

$ python comicbookmaker.py -c itfoolsamonster
Exception HTTP Error 404: Not Found for url http://itfoolsamonster.com/api/read/?id=174112512483
Did not find previous post http://itfoolsamonster.com/api/read/?id=174112512483 : it might have been deleted
itfoolsamonster : nothing new

It seems to be powered by WordPress with ComicPress so we should be able to reuse logic from other places.

SylvainDe commented 6 years ago

Fixed by https://github.com/SylvainDe/ComicBookMaker/commit/7e3e8f4f94df3623f9f4b226870d916ff74c4391 .