properly define urls
This commit is contained in:
parent
7bbb113f92
commit
e0cb4118f8
11 changed files with 12 additions and 12 deletions
|
|
@ -28,7 +28,7 @@ __all__ = ['TwitterBrowser']
|
|||
|
||||
|
||||
class TwitterBrowser(LoginBrowser):
|
||||
BASEURL = 'https://twitter.com'
|
||||
BASEURL = 'https://twitter.com/'
|
||||
|
||||
thread_page = URL(u'(?P<user>.+)/status/(?P<_id>.+)', ThreadPage)
|
||||
login_error = URL(u'login/error.+', LoginErrorPage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue