Commit graph

190 commits

Author SHA1 Message Date
Tobias Gruetzmacher 50a656bb6f
Fix Sheldon (half-fixes #318) 2024-05-14 22:22:48 +02:00
Tobias Gruetzmacher 23125c74d4
Unify XPath NS config over modules 2024-03-17 21:44:46 +01:00
Tobias Gruetzmacher 9e05fae304
Fix a bunch of comics (fixes #277) 2023-08-27 02:23:16 +02:00
Typhonragewind 52d9f38793
Add Comics (#269)
* add DarkLegacy comic
* add Awaken comic
* add Vibe comic
* add SwordComic comic
2023-06-13 23:46:23 +02:00
Tobias Gruetzmacher 4f932803a3
Extend scraper API with a extract_image_urls method
This is just a light wrapper around fetchUrls, but frees comic modules
from second-guessing for what purpose fetchUrls was called when they are
overriding that API - And yes, some comic modules already got this
wrong, they are now all fixed.
2023-06-10 15:05:57 +02:00
Techwolf 4965e0ce09
Add Shifters/TheBeastWithin 2023-06-09 15:37:46 +02:00
Techwolf 8e416325ac
Add Shifters/OnGossamerWings 2023-06-09 15:37:45 +02:00
Techwolf 61deb8900b
Fix Shifters 2023-06-09 15:37:45 +02:00
Techwolf 540163b9ee
Fix StarfireAgency 2023-06-09 15:37:45 +02:00
erpbridge b37a0ddc68
Sluggy Freelance - Changing from HTTP to HTTPS (#246) 2022-11-26 16:47:55 +01:00
Tobias Gruetzmacher 19865eddf7 Fix StickyDillyBuns 2022-06-06 15:09:58 +02:00
Tobias Gruetzmacher 1d632904e4 Fix SinFest with an ugly hack 2022-06-06 14:52:40 +02:00
Tobias Gruetzmacher e5c505e643 Fix SailorsunOrg 2022-06-06 14:12:37 +02:00
Tobias Gruetzmacher 8e1e398a8d Deprecate underscore-prefixed parent classes
This is trying to strike a balance between updating as much existing
classes as possible, but not making the diff too big...
2022-06-06 12:08:32 +02:00
Tobias Gruetzmacher f3b8ebf0be Clean up some minor warnings 2022-05-28 17:52:42 +02:00
Tobias Gruetzmacher 014df0f0bb Use ComicControlScraper for SandraOnTheRocks (fixes #221) 2022-05-27 18:49:01 +02:00
Techwolf a1bcdfb987 Fix SoloLeveling 2022-04-05 01:10:15 -07:00
Techwolf cbdf2bc002 Fix CollegeCatastrophe, NineToNine, and SwordsAndSausages 2022-03-26 00:38:06 -07:00
Techwolf 19a644cc7c Fix Supercell 2022-03-26 00:38:06 -07:00
Techwolf 3fb0229780 Fix SoloLeveling 2022-03-26 00:38:06 -07:00
Techwolf 78ae0451c9 Remove comics no longer available on the web 2022-03-26 00:38:05 -07:00
Techwolf ca11599ed7 Add Shifters 2022-03-26 00:38:05 -07:00
Techwolf 346941b66b Add StupidFox 2022-03-26 00:38:04 -07:00
Techwolf 1ebdea7aae Fix SMBC 2021-03-19 13:49:32 +01:00
Techwolf 5339eec876 Fix Supercell 2021-03-19 13:40:39 +01:00
Techwolf 1a690bdeaf Fix NineToNine, SwordsAndSausages, and CollegeCatastrophe 2021-03-19 13:40:39 +01:00
Tobias Gruetzmacher 87f4049347 Try to fix some more comics using the Internet Archive 2021-01-31 23:40:21 +01:00
Tobias Gruetzmacher e64635e86b Stricter style checking & related style fixes 2020-10-11 20:15:27 +02:00
Tobias Gruetzmacher 7e040086b6 Try to inform the user about geo-blocks
Instead of letting the crawler run into "random" error messages, throw a
specific "geoblocked" exception instead.
2020-09-28 13:11:34 +02:00
Tobias Gruetzmacher 346b3b4abd Fix ShipInABottle 2020-09-27 18:34:36 +02:00
Tobias Gruetzmacher 85c40a942f Remove StuffNoOneToldMe 2020-09-27 15:50:48 +02:00
garbled1 5fca596216 Add SisterClaire 2020-09-13 08:11:05 -07:00
garbled1 10b419331a Add SaffronAndSage 2020-09-13 07:37:24 -07:00
Techwolf 191df7d5ed Mark SchlockMercenary as endOfLife 2020-08-14 20:51:34 -07:00
Techwolf a191f7e909 Add SoloLeveling 2020-08-14 20:51:34 -07:00
Techwolf 2ef6ebb6f8 Fix Nightshift and StarfireAgency 2020-08-14 20:51:33 -07:00
Tobias Gruetzmacher 7a176b29f2 Replace xpath_class with custom xpath function 2020-07-31 22:56:30 +02:00
Tobias Gruetzmacher bd44fdbb79 Fix SequentialArt (closes #167) 2020-07-31 19:28:25 +02:00
Tobias Gruetzmacher 98d5d9eb26 Switch SinFest to parser scraper (fixes #168) 2020-07-02 22:54:20 +02:00
Tobias Gruetzmacher 27d28b8eef Update file headers
The default encoding for source files is UTF-8 since Python 3, so we can
drop all encoding headers. While we are at it, just replace them with
SPDX headers.
2020-04-18 13:45:44 +02:00
Daniel Ring e1821e23ba
Minor fixes to several strips (#158)
* Fix Twokinds
* Fix XKCD
* Fix Unsounded
* Fix SluggyFreelance
* Fix Oglaf
* Fix missing and incorrect renames
* Fix WLP/PeterIsTheWolf{General,Adult}
2020-04-06 13:23:23 +02:00
Techwolf 12312dd6b4 Add SixGunMage 2020-03-26 00:54:23 +01:00
Tobias Gruetzmacher 44791439a5 Drop Python 2 support: Obsolete future statements 2020-02-04 01:06:19 +01:00
Techwolf eb69210e58 Add self to authors list, update copyright headers 2020-01-28 00:23:15 +01:00
Tobias Gruetzmacher fc4655157a Move some more modules to HTTPS and fix canonical URL 2020-01-12 22:41:06 +01:00
Techwolf 241732bbba Add common handler for mgsisk's Wordpress Webcomic plugin 2020-01-12 21:29:47 +01:00
Techwolf 6576dd7ec7 Add ShadesOfGray 2020-01-12 18:45:06 +01:00
Tobias Gruetzmacher 18546c194a Switch SomethingPositive to parser (fixes #128) 2020-01-09 21:00:24 +01:00
Tobias Gruetzmacher 3c930167c6 Remove some comics which disappeared 2020-01-09 18:04:09 +01:00
Tobias Gruetzmacher 752525c3e9 Fix some old modules using the Internet Archive 2020-01-09 17:38:13 +01:00