diff --git a/src/calibre/web/feeds/recipes/recipe_honoluluadvertiser.py b/src/calibre/web/feeds/recipes/recipe_honoluluadvertiser.py index ef36a700ed..d4f3e0a3ab 100644 --- a/src/calibre/web/feeds/recipes/recipe_honoluluadvertiser.py +++ b/src/calibre/web/feeds/recipes/recipe_honoluluadvertiser.py @@ -15,6 +15,7 @@ class Honoluluadvertiser(BasicNewsRecipe): publisher = 'Honolulu Advertiser' category = 'news, Honolulu, Hawaii' oldest_article = 2 + language = _('English') max_articles_per_feed = 100 no_stylesheets = True use_embedded_content = False diff --git a/src/calibre/web/feeds/recipes/recipe_jutarnji.py b/src/calibre/web/feeds/recipes/recipe_jutarnji.py index 194d2163f9..03c22c9b99 100644 --- a/src/calibre/web/feeds/recipes/recipe_jutarnji.py +++ b/src/calibre/web/feeds/recipes/recipe_jutarnji.py @@ -20,6 +20,7 @@ class Jutarnji(BasicNewsRecipe): max_articles_per_feed = 100 simultaneous_downloads = 1 delay = 1 + language = _('Croatian') no_stylesheets = True use_embedded_content = False remove_javascript = True @@ -68,4 +69,4 @@ class Jutarnji(BasicNewsRecipe): for item in soup.findAll(width=True): del item['width'] return soup - \ No newline at end of file + diff --git a/src/calibre/web/feeds/recipes/recipe_starbulletin.py b/src/calibre/web/feeds/recipes/recipe_starbulletin.py index db99ebcec7..4fc9e51a8c 100644 --- a/src/calibre/web/feeds/recipes/recipe_starbulletin.py +++ b/src/calibre/web/feeds/recipes/recipe_starbulletin.py @@ -16,6 +16,7 @@ class Starbulletin(BasicNewsRecipe): category = 'news, Honolulu, Hawaii' oldest_article = 2 max_articles_per_feed = 100 + language = _('English') no_stylesheets = True use_embedded_content = False encoding = 'utf8'