Remove SearchPeople mode

This commit is contained in:
Alexander Sheiko 2020-12-24 10:18:30 +02:00
parent 0c484a61b1
commit f5fa52b53c
3 changed files with 0 additions and 5 deletions

View file

@ -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: