This commit is contained in:
Kovid Goyal 2024-10-14 09:57:19 +05:30
parent 9e93a5f5ec
commit 22b5c958aa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
import re
import json
import re
from calibre.web.feeds.news import BasicNewsRecipe