[bluesky] add 'info' extractor

This commit is contained in:
Mike Fährmann
2024-12-05 08:35:37 +01:00
parent a526a3d00d
commit 624dc7f407
3 changed files with 18 additions and 1 deletions

View File

@@ -42,6 +42,11 @@ __tests__ = (
),
},
{
"#url" : "https://bsky.app/profile/bsky.app/info",
"#class" : bluesky.BlueskyInfoExtractor,
},
{
"#url" : "https://bsky.app/profile/bsky.app/avatar",
"#category": ("", "bluesky", "avatar"),