merge #6331: [twitter] add 'followers' extractor

This commit is contained in:
Mike Fährmann
2025-04-19 18:29:11 +02:00
3 changed files with 27 additions and 1 deletions

View File

@@ -271,6 +271,12 @@ __tests__ = (
"#class" : twitter.TwitterFollowingExtractor,
},
{
"#url" : "https://twitter.com/supernaturepics/followers",
"#category": ("", "twitter", "followers"),
"#class" : twitter.TwitterFollowersExtractor,
},
{
"#url" : "https://twitter.com/search?q=nature",
"#category": ("", "twitter", "search"),