mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 16:16:09 +01:00
recipes: fix typo
This commit is contained in:
parent
56e38290df
commit
2b2a8a1edc
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class YOLNews(BasicNewsRecipe):
|
|||
|
||||
remove_tags_before = {'class':"article-def"}
|
||||
remove_tags = [{'class':"RelatedArticle"},
|
||||
{'class:"sbtns"}
|
||||
{'class':"sbtns"}
|
||||
]
|
||||
remove_tags_after = {'class':"date-def"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue