[cfake] add support (#707 #6021 #8549 #8430)

* Create cfake.py
* Update __init__.py
* Create cfake.py tests
* update
    - simplify & combine code
    - adjust 'pattern': use '[^/?#]', match lines and groups
    - generalize example URLs
    - update default filenames
* update docs/supportedsites
* update test results

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
This commit is contained in:
SpiffyChatterbox
2025-11-15 14:55:00 -05:00
committed by GitHub
parent 2578f7b5c1
commit f6e67116f2
5 changed files with 298 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ CATEGORY_MAP = {
"batoto" : "BATO.TO",
"bbc" : "BBC",
"booth" : "BOOTH",
"cfake" : "Celebrity Fakes",
"cien" : "Ci-en",
"cohost" : "cohost!",
"comicvine" : "Comic Vine",
@@ -250,6 +251,9 @@ SUBCATEGORY_MAP = {
"boosty": {
"feed": "Subscriptions Feed",
},
"cfake": {
"created": "Created",
},
"civitai": {
"models": "Model Listings",
"images": "Image Listings",