mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipe: mainichi_it_news: fix typo
This commit is contained in:
parent
6173ff8c59
commit
215007e160
@ -14,6 +14,7 @@ class MainichiDailyITNews(BasicNewsRecipe):
|
|||||||
|
|
||||||
remove_tags_before = {'class':"NewsTitle"}
|
remove_tags_before = {'class':"NewsTitle"}
|
||||||
remove_tags = [{'class':"RelatedArticle"}]
|
remove_tags = [{'class':"RelatedArticle"}]
|
||||||
|
remove_tags_after = {'class':"Credit"}
|
||||||
|
|
||||||
def parse_feeds(self):
|
def parse_feeds(self):
|
||||||
|
|
||||||
@ -29,4 +30,4 @@ class MainichiDailyITNews(BasicNewsRecipe):
|
|||||||
index = curfeed.articles.index(d)
|
index = curfeed.articles.index(d)
|
||||||
curfeed.articles[index:index+1] = []
|
curfeed.articles[index:index+1] = []
|
||||||
|
|
||||||
return feeds remove_tags_after = {'class':"Credit"}
|
return feeds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user