diff --git a/resources/recipes/usatoday.recipe b/resources/recipes/usatoday.recipe index 5b036d145d..bd47262563 100644 --- a/resources/recipes/usatoday.recipe +++ b/resources/recipes/usatoday.recipe @@ -377,8 +377,9 @@ class USAToday(BasicNewsRecipe): if byline: byline['class'] = 'byline' # Replace comma with middot - byline.contents[0].replaceWith(re.sub(","," ·", byline.renderContents())) - return byline.renderContents() + byline.contents[0].replaceWith(re.sub(u",", u" ·", + byline.renderContents(encoding=None))) + return byline.renderContents(encoding=None) else : paras = soup.findAll(text=True) for para in paras: