change the twitter base url to api v1
This commit is contained in:
parent
628e3fe4a9
commit
f08d035bf7
|
@ -47,7 +47,7 @@ def twitter(inp):
|
||||||
return 'error: no replies to %s found' % inp
|
return 'error: no replies to %s found' % inp
|
||||||
inp = reply_inp
|
inp = reply_inp
|
||||||
|
|
||||||
url = 'http://twitter.com'
|
url = 'http://api.twitter.com/1'
|
||||||
getting_nth = False
|
getting_nth = False
|
||||||
getting_id = False
|
getting_id = False
|
||||||
searching_hashtag = False
|
searching_hashtag = False
|
||||||
|
|
Loading…
Reference in New Issue