From 22b5c958aa9e7c2413f180c8b0ccfdab2af2aaec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Oct 2024 09:57:19 +0530 Subject: [PATCH] ... --- recipes/sputnik.recipe | 2 +- recipes/swarajya.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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