mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update MIT Technology Review
Merge branch 'mit' of https://github.com/dittolooch/calibre
This commit is contained in:
commit
d7a42176e8
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user