new bsky support

This commit is contained in:
2024-10-19 22:25:07 +08:00
parent 62a2820af3
commit 3fe8a1cf3b
5 changed files with 310 additions and 7 deletions
+2
View File
@@ -6,3 +6,5 @@ x_tco_url = re.compile(r"(?:https?://)?t\.co/.+$", re.M)
message_url = re.compile(r"\[.+]", re.S)
pixiv_url = re.compile(r"^(?:https?://)?(?:www\.)?pixiv\.net/(?:en/)?(?:artworks/|i/)(\d+)")
bsky_url = re.compile(r"^(?:https?://)?(?:bsky)\.app/profile/(.+)/post/(.+)")