[bunkr] support 'bunkr.pk' URLs (#6272)

This commit is contained in:
Mike Fährmann
2024-10-04 09:16:31 +02:00
parent 5b968a0a7c
commit 57c30fdc5b
2 changed files with 6 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ else:
BASE_PATTERN = (
r"(?:bunkr:(?:https?://)?([^/?#]+)|"
r"(?:https?://)?(?:app\.)?(bunkr+"
r"\.(?:s[kiu]|[cf]i|ru|la|is|to|a[cx]"
r"\.(?:s[kiu]|[cf]i|pk|ru|la|is|to|a[cx]"
r"|black|cat|media|red|site|ws|org)))"
)