[tumblr] add search extractor

This commit is contained in:
Allen
2024-09-03 08:18:58 +02:00
parent 57da9ebfb5
commit d2ef9a590f
2 changed files with 80 additions and 9 deletions

View File

@@ -360,4 +360,15 @@ __tests__ = (
"#class" : tumblr.TumblrLikesExtractor,
},
{
"#url" : "https://www.tumblr.com/search/nathan fielder?src=typed_query",
"#category": ("", "tumblr", "search"),
"#class" : tumblr.TumblrSearchExtractor,
},
{
"#url" : "https://www.tumblr.com/search/nathan%20fielder?t=90",
"#category": ("", "tumblr", "search"),
"#class" : tumblr.TumblrSearchExtractor,
},
)