Update Pocket to use https as http no longer works

This commit is contained in:
Kovid Goyal 2015-08-22 18:04:17 +05:30
parent 55b34a6165
commit 26deb88793

View File

@ -44,7 +44,7 @@ class Pocket(BasicNewsRecipe):
needs_subscription = True needs_subscription = True
articles_are_obfuscated = True articles_are_obfuscated = True
apikey = '19eg0e47pbT32z4793Tf021k99Afl889' apikey = '19eg0e47pbT32z4793Tf021k99Afl889'
index_url = u'http://getpocket.com' index_url = u'https://getpocket.com'
read_api_url = index_url + u'/v3/get' read_api_url = index_url + u'/v3/get'
modify_api_url = index_url + u'/v3/send' modify_api_url = index_url + u'/v3/send'
legacy_login_url = index_url + u'/l' # We use this to cheat oAuth legacy_login_url = index_url + u'/l' # We use this to cheat oAuth