[bluesky] match fxbsky.app and vxbsky.app

This commit is contained in:
Delphox
2024-11-02 16:00:43 -03:00
committed by GitHub
parent 93adfbe935
commit 565dc5b43b
2 changed files with 13 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ from .. import text, util, exception
from ..cache import cache, memcache
BASE_PATTERN = (r"(?:https?://)?"
r"(?:(?:www\.)?c?bs[ky]y[ex]?\.app|main\.bsky\.dev)")
r"(?:(?:www\.)?(?:c|[fv]x)?bs[ky]y[ex]?\.app|main\.bsky\.dev)")
USER_PATTERN = BASE_PATTERN + r"/profile/([^/?#]+)"