[e621] support e621.cc and e621.anthro.fr frontend URLs (#6809)

This commit is contained in:
Mike Fährmann
2025-01-15 14:35:37 +01:00
parent 843a39a6c6
commit 6e919a3695
4 changed files with 47 additions and 2 deletions

View File

@@ -578,6 +578,9 @@ def build_extractor_list():
default["wikifeetx"] = default["wikifeet"]
domains["wikifeetx"] = "https://www.wikifeetx.com/"
# add extra e621 extractors
categories["E621"]["e621"].extend(default.pop("e621", ()))
return categories, domains