Skip to content

Commit

Permalink
Update tweep.py
Browse files Browse the repository at this point in the history
l=en
  • Loading branch information
MasimovR committed Mar 5, 2018
1 parent 2f91515 commit d8932d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tweep.py
Expand Up @@ -24,10 +24,10 @@ async def getUrl(init):
Todo: Make everything URL encoded at the end.
'''
if init == -1:
url = "https://twitter.com/search?f=tweets&vertical=default&lang=en&q="
url = "https://twitter.com/search?f=tweets&vertical=default&l=en&lang=en&q="
else:
url = "https://twitter.com/i/search/timeline?f=tweets&vertical=default"
url+= "&lang=en&include_available_features=1&include_entities=1&reset_"
url+= "&l=en&lang=en&include_available_features=1&include_entities=1&reset_"
url+= "error_state=false&src=typd&max_position={}&q=".format(init)

if arg.u != None:
Expand Down

0 comments on commit d8932d7

Please sign in to comment.