recipe: some fix in japanese recipe

jijinews: charset fix
  msnsankei: removal tag fix
This commit is contained in:
Hiroshi Miura 2010-11-27 10:18:43 +09:00
parent 176010dc03
commit 3a8eae0fba
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class JijiDotCom(BasicNewsRecipe):
encoding = 'utf-8'
oldest_article = 6
max_articles_per_feed = 100
encoding = 'EUC_JP'
encoding = 'euc_jisx0213'
language = 'ja'
masthead_url = 'http://jen.jiji.com/images/logo_jijipress.gif'
top_url = 'http://www.jiji.com/'

View File

@ -23,5 +23,5 @@ class MSNSankeiNewsProduct(BasicNewsRecipe):
remove_tags_before = dict(id="__r_article_title__")
remove_tags_after = dict(id="ajax_release_news")
remove_tags = [{'class':"parent chromeCustom6G"},
{'class':"RelatedImg"}
dict(id="RelatedImg")
]