Fixed SearchLatest Mode Freeze Issue

This commit is contained in:
pain 2023-03-17 04:11:02 +05:30
parent ace01ab0b2
commit 7467c3aba1

View file

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