parent
eb18988829
commit
61f2b78e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ func (s *Scraper) getSearchTimeline(query string, maxNbr int, cursor string) (*t
|
||||||
}
|
}
|
||||||
switch s.searchMode {
|
switch s.searchMode {
|
||||||
case SearchLatest:
|
case SearchLatest:
|
||||||
q.Add("f", "live")
|
q.Add("tweet_search_mode", "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