From 314a17a046daccd256e1d92149cb305da44de37a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 11 Feb 2024 19:33:31 +0530 Subject: [PATCH] pep8 --- recipes/rtnews.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/rtnews.recipe b/recipes/rtnews.recipe index f9415552e6..76137bbfdc 100644 --- a/recipes/rtnews.recipe +++ b/recipes/rtnews.recipe @@ -8,8 +8,8 @@ class RT_eng(BasicNewsRecipe): title = 'Russia Today' __author__ = 'unkn0wn' description = ''' - RT creates news with an edge for viewers who want to Question More. RT covers stories overlooked by the mainstream - media, provides alternative perspectives on current affairs, and acquaints international audiences with a Russian + RT creates news with an edge for viewers who want to Question More. RT covers stories overlooked by the mainstream + media, provides alternative perspectives on current affairs, and acquaints international audiences with a Russian viewpoint on major global events. ''' publisher = 'Autonomous Nonprofit Organization "TV-Novosti"' @@ -44,7 +44,7 @@ class RT_eng(BasicNewsRecipe): remove_tags = [ dict(name=['meta', 'link', 'svg', 'button', 'style', 'iframe', 'noscript']), classes( - 'update_date_visible breadcrumbs read-more Read-more-text-only article__share ' + 'update_date_visible breadcrumbs read-more Read-more-text-only article__share ' 'article__social-wrapper article__share_bottom' ) ]