Update MIT Technology Review

Merge branch 'mit' of https://github.com/dittolooch/calibre
This commit is contained in:
Kovid Goyal 2020-03-29 13:29:25 +05:30
commit d7a42176e8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -39,10 +39,11 @@ class MitTechnologyReview(BasicNewsRecipe):
keep_only_tags = [ keep_only_tags = [
classes( classes(
'article-topper__topic article-topper__title article-topper__media-wrap article-body__content'), 'article-topper__topic article-topper__title article-topper__media-wrap article-body__content storyContent'),
] ]
remove_tags = [ remove_tags = [
classes('l-article-list'), classes('l-article-list signup-wrapper'),
dict(name="svg")
] ]
def parse_index(self): def parse_index(self):