diff --git a/recipes/barrons.recipe b/recipes/barrons.recipe index bf3dca9b2d..abb9f3aaaf 100644 --- a/recipes/barrons.recipe +++ b/recipes/barrons.recipe @@ -4,8 +4,8 @@ import base64 import json import re - from collections import defaultdict + from calibre.web.feeds.news import BasicNewsRecipe diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index 88a0067a0c..c69989cec7 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -17,7 +17,7 @@ def absurl(url): class TheHindu(BasicNewsRecipe): title = 'The Hindu Print Edition' __author__ = 'unkn0wn' - description = "Articles from The Hindu, Today\'s Paper. This recipe now works only for yesterday\'s edition." + description = "Articles from The Hindu, Today's Paper. This recipe now works only for yesterday's edition." language = 'en_IN' no_stylesheets = True masthead_url = 'https://www.thehindu.com/theme/images/th-online/thehindu-logo.svg'