http -> https

This commit is contained in:
Kovid Goyal 2019-12-27 21:42:44 +05:30
parent 1e5657172f
commit 7ee4ce0d14
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -23,7 +23,7 @@ class AdvancedUserRecipe1298137661(BasicNewsRecipe):
] ]
feeds = [ feeds = [
(u'Uutiset - HS.fi', u'http://www.hs.fi/uutiset/rss/'), (u'Uutiset - HS.fi', u'https://www.hs.fi/uutiset/rss/'),
] ]
def preprocess_html(self, soup): def preprocess_html(self, soup):