Remove SearchPeople mode
This commit is contained in:
parent
0c484a61b1
commit
f5fa52b53c
3 changed files with 0 additions and 5 deletions
|
|
@ -40,8 +40,6 @@ func (s *Scraper) FetchSearchTweets(query string, maxTweetsNbr int, cursor strin
|
|||
switch s.searchMode {
|
||||
case SearchLatest:
|
||||
q.Add("tweet_search_mode", "live")
|
||||
case SearchPeople:
|
||||
q.Add("result_filter", "user")
|
||||
case SearchPhotos:
|
||||
q.Add("result_filter", "image")
|
||||
case SearchVideos:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue