mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix kyunghyang recipe incorrectly named
This commit is contained in:
parent
9160ec4753
commit
02332ca488
@ -19,7 +19,7 @@ class Kyungyhang(BasicNewsRecipe):
|
||||
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs ={'class':['article_title_wrap']}),
|
||||
dict(name='div', attrs ={'class':['article_txt']})
|
||||
dict(name='span', attrs ={'class':['article_txt']})
|
||||
]
|
||||
|
||||
remove_tags_after = dict(id={'sub_bottom'})
|
Loading…
x
Reference in New Issue
Block a user