This commit is contained in:
Kovid Goyal 2020-03-05 08:32:13 +05:30
parent fcc0624b74
commit 20cba609fc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class NewYorkTimes(BasicNewsRecipe):
compress_news_images = True compress_news_images = True
compress_news_images_auto_size = 5 compress_news_images_auto_size = 5
remove_attributes = ['style'] remove_attributes = ['style']
conversion_options = {'flow_size': 0}
remove_tags = [ remove_tags = [
dict(attrs={'aria-label':'tools'.split()}), dict(attrs={'aria-label':'tools'.split()}),

View File

@ -90,6 +90,7 @@ class NewYorkTimes(BasicNewsRecipe):
compress_news_images = True compress_news_images = True
compress_news_images_auto_size = 5 compress_news_images_auto_size = 5
remove_attributes = ['style'] remove_attributes = ['style']
conversion_options = {'flow_size': 0}
remove_tags = [ remove_tags = [
dict(attrs={'aria-label':'tools'.split()}), dict(attrs={'aria-label':'tools'.split()}),