Merge pull request #75 from l33t7here/master

Fixed SearchLatest Mode Freeze Issue
This commit is contained in:
Nomadic 2023-03-23 18:41:30 +02:00 committed by GitHub
commit efb2f50ef4

View file

@ -49,7 +49,7 @@ func (s *Scraper) getSearchTimeline(query string, maxNbr int, cursor string) (*t
}
switch s.searchMode {
case SearchLatest:
q.Add("tweet_search_mode", "live")
q.Add("f", "live")
case SearchPhotos:
q.Add("result_filter", "image")
case SearchVideos: