mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Pocket to use https as http no longer works
This commit is contained in:
parent
55b34a6165
commit
26deb88793
@ -44,7 +44,7 @@ class Pocket(BasicNewsRecipe):
|
||||
needs_subscription = True
|
||||
articles_are_obfuscated = True
|
||||
apikey = '19eg0e47pbT32z4793Tf021k99Afl889'
|
||||
index_url = u'http://getpocket.com'
|
||||
index_url = u'https://getpocket.com'
|
||||
read_api_url = index_url + u'/v3/get'
|
||||
modify_api_url = index_url + u'/v3/send'
|
||||
legacy_login_url = index_url + u'/l' # We use this to cheat oAuth
|
||||
|
Loading…
x
Reference in New Issue
Block a user