This commit is contained in:
Kovid Goyal 2018-07-08 13:17:14 +05:30
parent 9ea8ef518c
commit 10d61771fb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -24,7 +24,6 @@ class Slate(BasicNewsRecipe):
no_stylesheets = True no_stylesheets = True
language = 'en' language = 'en'
encoding = 'utf-8' encoding = 'utf-8'
masthead_url = 'http://img.slate.com/images/redesign2008/slate_logo.gif'
remove_attributes = ['style'] remove_attributes = ['style']
INDEX = 'https://slate.com' INDEX = 'https://slate.com'
compress_news_images = True compress_news_images = True