Test that bluesky parsing works
This commit is contained in:
parent
da9f7617d2
commit
f57fc14361
|
@ -194,6 +194,8 @@ PARSABLE_SOCIAL_IDS_COMBINED: list[tuple[str, object, str | None]] = [
|
||||||
('https://mastodon.example.org/testtest', SocialSiteId.MASTODON_PAGE, None),
|
('https://mastodon.example.org/testtest', SocialSiteId.MASTODON_PAGE, None),
|
||||||
# Feeds
|
# Feeds
|
||||||
('https://example.org/main.atom', SocialSiteId.RSS_FEED, None),
|
('https://example.org/main.atom', SocialSiteId.RSS_FEED, None),
|
||||||
|
# Bluesky
|
||||||
|
('https://bsky.app/profile/bsky.app', SocialSiteId.BLUESKY_PROFILE, 'bsky.app'),
|
||||||
]
|
]
|
||||||
|
|
||||||
NOT_PARSABLE = [
|
NOT_PARSABLE = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user