1
0

Additional test
Some checks failed
Python Ruff Code Quality / ruff (push) Failing after 29s
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s

This commit is contained in:
Jon Michael Aanes 2025-07-16 16:57:52 +02:00
parent 5f9278cff2
commit 11bcd1c43c

View File

@ -211,6 +211,7 @@ PARSABLE_SOCIAL_IDS_COMBINED: list[tuple[str, object, str | None]] = [
('https://example.org/main.atom', SocialSiteId.RSS_FEED, None),
# Bluesky
('https://bsky.app/profile/bsky.app', SocialSiteId.BLUESKY_PROFILE, 'bsky.app'),
('https://bsky.app/profile/bsky.app/', SocialSiteId.BLUESKY_PROFILE, 'bsky.app'),
]
NOT_PARSABLE = [