properly define urls
This commit is contained in:
parent
7bbb113f92
commit
e0cb4118f8
11 changed files with 12 additions and 12 deletions
|
|
@ -27,7 +27,7 @@ __all__ = ['FeedlyBrowser']
|
|||
|
||||
|
||||
class FeedlyBrowser(LoginBrowser):
|
||||
BASEURL = 'http://www.feedly.com'
|
||||
BASEURL = 'http://www.feedly.com/'
|
||||
|
||||
essentials = URL('http://s3.feedly.com/essentials/essentials_fr.json', EssentialsPage)
|
||||
token = URL('v3/auth/token', TokenPage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue