diff --git a/recipes/apple_daily.recipe b/recipes/apple_daily.recipe index b96b6e4b05..728609d776 100644 --- a/recipes/apple_daily.recipe +++ b/recipes/apple_daily.recipe @@ -117,6 +117,7 @@ class AppleDaily(BasicNewsRecipe): if (not title == u'動新聞') and (relativea.startswith('list.php')): sectionList.append((title, a)) for title, url in sectionList: + title = title.replace(" ", "") articles = self.parse_section(url) if articles: feeds.append((title, articles))