mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Set all URIs to Instapaper HTTP → HTTPS.
This commit is contained in:
parent
7280f7d1f5
commit
24def3f024
@ -33,12 +33,12 @@ class AdvancedUserRecipe1299694372(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
needs_subscription = True
|
needs_subscription = True
|
||||||
INDEX = u'http://www.instapaper.com'
|
INDEX = u'https://www.instapaper.com'
|
||||||
LOGIN = INDEX + u'/user/login'
|
LOGIN = INDEX + u'/user/login'
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
(u'Instapaper Unread', u'https://www.instapaper.com/u'),
|
(u'Instapaper Unread', u'https://www.instapaper.com/u'),
|
||||||
(u'Instapaper Starred', u'http://www.instapaper.com/starred')
|
(u'Instapaper Starred', u'https://www.instapaper.com/starred')
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_browser(self):
|
def get_browser(self):
|
||||||
@ -69,4 +69,4 @@ class AdvancedUserRecipe1299694372(BasicNewsRecipe):
|
|||||||
return totalfeeds
|
return totalfeeds
|
||||||
|
|
||||||
def print_version(self, url):
|
def print_version(self, url):
|
||||||
return 'http://www.instapaper.com' + url
|
return 'https://www.instapaper.com' + url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user