Merge pull request #75 from l33t7here/master
Fixed SearchLatest Mode Freeze Issue
This commit is contained in:
commit
efb2f50ef4
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 {
|
||||
case SearchLatest:
|
||||
q.Add("tweet_search_mode", "live")
|
||||
q.Add("f", "live")
|
||||
case SearchPhotos:
|
||||
q.Add("result_filter", "image")
|
||||
case SearchVideos:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue