[bluesky] add 'hashtag' extractor (#4438)

https://github.com/mikf/gallery-dl/issues/4438#issuecomment-2439979958
This commit is contained in:
Mike Fährmann
2024-10-27 13:59:46 +01:00
parent 8dce52471a
commit a4791f5243
3 changed files with 28 additions and 2 deletions

View File

@@ -110,6 +110,22 @@ __tests__ = (
"#archive" : False,
},
{
"#url" : "https://bsky.app/hashtag/nature",
"#class" : bluesky.BlueskyHashtagExtractor,
"#range" : "1-40",
"#count" : 40,
"#archive" : False,
},
{
"#url" : "https://bsky.app/hashtag/top",
"#class" : bluesky.BlueskyHashtagExtractor,
},
{
"#url" : "https://bsky.app/hashtag/nature/latest",
"#class" : bluesky.BlueskyHashtagExtractor,
},
{
"#url" : "https://bsky.app/profile/bsky.app/post/3kh5rarr3gn2n",
"#category": ("", "bluesky", "post"),