Update nytimes_sub.recipe

This commit is contained in:
bobbysteel 2018-05-22 14:42:26 +01:00 committed by GitHub
parent af4934d6b4
commit 524103b265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ class NewYorkTimes(BasicNewsRecipe):
no_stylesheets = True
compress_news_images = True
compress_news_images_auto_size = 5
preprocess_regexps = [(re.compile(r'(?s)<!--.*?-->'), lambda m: '')]
remove_tags = [
dict(attrs={'aria-label':'tools'.split()}),