diff --git a/recipes/sputnik.recipe b/recipes/sputnik.recipe index f11c48da5c..43f0b5f7b0 100644 --- a/recipes/sputnik.recipe +++ b/recipes/sputnik.recipe @@ -22,7 +22,7 @@ class Ria_eng(BasicNewsRecipe): auto_cleanup = True conversion_options = { - 'comment': description, 'tags': category, 'publisher': publisher, 'language': language + 'comment': description, 'tags': category, 'language': language } diff --git a/recipes/swarajya.recipe b/recipes/swarajya.recipe index 48660cecb2..a2b4a85437 100644 --- a/recipes/swarajya.recipe +++ b/recipes/swarajya.recipe @@ -1,6 +1,6 @@ #!/usr/bin/env python -import re import json +import re from calibre.web.feeds.news import BasicNewsRecipe