Commit Graph

11 Commits

Author SHA1 Message Date
4ede8bcaa8 Moves the index outside of classes
It makes more sense to have a universal index, rather than one per comic.
2025-08-12 13:38:00 -06:00
b15913b4ca Adds request header functionality and fixes indexing
The headers are useful for working around 401 errors. The indexing changes prevent crashes from tuple identifiers.
2025-08-12 13:12:00 -06:00
b204ae5508 Fixes a bug with indexing 2025-08-12 08:46:00 -06:00
f695b71dce Puts all comics in their own folders 2025-08-03 13:12:00 -06:00
514d119d4b Formats everything for proper packaging 2025-08-03 13:10:00 -06:00
771d1422d8 Formalizes the bluesky process 2025-08-02 16:13:00 -06:00
10cd0a9547 Adds a strip index file
This should reduce the amount of time we spend on querying for comics that are already present
2025-08-02 14:43:00 -06:00
bba992dc02 Uses flags for all checks
They get a lot less complicated, and I have to chase fewer bugs
2025-08-02 14:13:00 -06:00
1f7a3e3d36 Fixes the way threading works 2025-08-02 14:01:00 -06:00
a35ca0dcab Adds a comic format registry
There is the limitation that you still need to manually import all modules that register a new comic format, but this does give us a lot of flexibility
2025-07-30 14:40:00 -06:00
a0d7638598 Begins migration for a unified comic download package 2025-07-30 11:10:00 -06:00