[sankaku][idolcomplex] support URLs with locale code (#8667)

This commit is contained in:
Mike Fährmann
2025-12-09 08:23:40 +01:00
parent 7516537630
commit 1b4249ed37
4 changed files with 26 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import collections
BASE_PATTERN = r"(?:https?://)?" \
r"(?:(?:chan|www|beta|black|white)\.sankakucomplex\.com|sankaku\.app)" \
r"(?:/[a-z]{2})?"
r"(?:/[a-z]{2}(?:[-_][A-Z]{2})?)?"
class SankakuExtractor(BooruExtractor):