recipes: fix typo

This commit is contained in:
Hiroshi Miura 2010-11-28 23:43:35 +09:00
parent 56e38290df
commit 2b2a8a1edc

View File

@ -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"}