From b8f400aad35b94afc17b0aefec1e5f41c3d32a7a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 4 Jul 2010 09:05:33 -0600 Subject: [PATCH] ... --- resources/recipes/singtao_daily.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/recipes/singtao_daily.recipe b/resources/recipes/singtao_daily.recipe index bb5280c062..4146231d7d 100644 --- a/resources/recipes/singtao_daily.recipe +++ b/resources/recipes/singtao_daily.recipe @@ -32,11 +32,11 @@ class AdvancedUserRecipe1278063072(BasicNewsRecipe): feeds = [] for title, url in [ ('Editorial', 'http://news.singtao.ca/toronto/editorial.html'), - ('Toronto \xe5\x9f\x8e\xe5\xb8\x82/\xe7\xa4\xbe\xe5\x8d\x80', 'http://news.singtao.ca/toronto/city.html'), - ('Canada \xe5\x8a\xa0\xe5\x9c\x8b', 'http://news.singtao.ca/toronto/canada.html'), + (u'Toronto \xe5\x9f\x8e\xe5\xb8\x82/\xe7\xa4\xbe\xe5\x8d\x80', 'http://news.singtao.ca/toronto/city.html'), + (u'Canada \xe5\x8a\xa0\xe5\x9c\x8b', 'http://news.singtao.ca/toronto/canada.html'), ('Entertainment', 'http://news.singtao.ca/toronto/entertainment.html'), ('World', 'http://news.singtao.ca/toronto/world.html'), - ('Finance \xe5\x9c\x8b\xe9\x9a\x9b\xe8\xb2\xa1\xe7\xb6\x93', 'http://news.singtao.ca/toronto/finance.html'), + (u'Finance \xe5\x9c\x8b\xe9\x9a\x9b\xe8\xb2\xa1\xe7\xb6\x93', 'http://news.singtao.ca/toronto/finance.html'), ('Sports', 'http://news.singtao.ca/toronto/sports.html'), ]: articles = self.parse_section(url)