[twitter] added 'followers' extractor
modeled after the 'following' extractor - cleanup - add test
This commit is contained in:
committed by
Mike Fährmann
parent
2798fb8a80
commit
f0e7992674
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user