This commit is contained in:
Kovid Goyal 2013-10-07 09:01:11 +05:30
parent a5a253e9ae
commit 76404be212

View File

@ -20,6 +20,7 @@ class Slate(BasicNewsRecipe):
masthead_url = 'http://img.slate.com/images/redesign2008/slate_logo.gif' masthead_url = 'http://img.slate.com/images/redesign2008/slate_logo.gif'
remove_attributes = ['style'] remove_attributes = ['style']
INDEX = 'http://slate.com' INDEX = 'http://slate.com'
compress_news_images = True
keep_only_tags = [ keep_only_tags = [
dict(name='header', attrs={'class':'article-header'}), dict(name='header', attrs={'class':'article-header'}),