[listal] add 'image' & 'people' extractors (#1589 #8921)

* listal extractor
* add listal to init
* fix flake8 & formatting & extractor names/subcategories

* remove 're' import
* remove 'datetime' import
* update & simplify extractors
* update supportedsites
* add tests

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
This commit is contained in:
SubmarineScurvy
2026-01-27 10:26:41 -07:00
committed by GitHub
parent eaaa25b6e4
commit ef8f2869e7
5 changed files with 140 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ SUBCATEGORY_MAP = {
"issue" : "Comic Issues",
"manga" : "Manga",
"media" : "Media Files",
"people" : "People",
"popular": "Popular Images",
"recent" : "Recent Images",
"saved" : "Saved Posts",