Fixed SearchLatest Mode Freeze Issue
This commit is contained in:
parent
ace01ab0b2
commit
7467c3aba1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue