This commit is contained in:
Kovid Goyal 2022-03-03 20:38:56 +05:30
parent 6e054fd1b0
commit 8fa9a5bd8f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,6 +2,7 @@
# vim:fileencoding=utf-8 # vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
class RtRecipe(BasicNewsRecipe): class RtRecipe(BasicNewsRecipe):
title = 'RT на русском' title = 'RT на русском'
__author__ = 'Vuizur' __author__ = 'Vuizur'