[bluesky] add 'hashtag' extractor (#4438)
https://github.com/mikf/gallery-dl/issues/4438#issuecomment-2439979958
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user