[feedly] fix feedly login
This commit is contained in:
parent
53f430286c
commit
ec22de45ad
4 changed files with 13 additions and 6 deletions
|
|
@ -28,9 +28,9 @@ __all__ = ['FeedlyBrowser']
|
|||
|
||||
|
||||
class FeedlyBrowser(LoginBrowser):
|
||||
BASEURL = 'http://www.feedly.com/'
|
||||
BASEURL = 'https://www.feedly.com/'
|
||||
|
||||
essentials = URL('http://s3.feedly.com/essentials/essentials_fr.json', EssentialsPage)
|
||||
essentials = URL('https://s3.feedly.com/essentials/essentials_fr.json', EssentialsPage)
|
||||
token = URL('v3/auth/token', TokenPage)
|
||||
contents = URL('v3/streams/contents', ContentsPage)
|
||||
preferences = URL('v3/preferences', PreferencesPage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue