mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
87f9dd62fd
commit
314a17a046
@ -8,8 +8,8 @@ class RT_eng(BasicNewsRecipe):
|
|||||||
title = 'Russia Today'
|
title = 'Russia Today'
|
||||||
__author__ = 'unkn0wn'
|
__author__ = 'unkn0wn'
|
||||||
description = '''
|
description = '''
|
||||||
RT creates news with an edge for viewers who want to Question More. RT covers stories overlooked by the mainstream
|
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
|
media, provides alternative perspectives on current affairs, and acquaints international audiences with a Russian
|
||||||
viewpoint on major global events.
|
viewpoint on major global events.
|
||||||
'''
|
'''
|
||||||
publisher = 'Autonomous Nonprofit Organization "TV-Novosti"'
|
publisher = 'Autonomous Nonprofit Organization "TV-Novosti"'
|
||||||
@ -44,7 +44,7 @@ class RT_eng(BasicNewsRecipe):
|
|||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['meta', 'link', 'svg', 'button', 'style', 'iframe', 'noscript']),
|
dict(name=['meta', 'link', 'svg', 'button', 'style', 'iframe', 'noscript']),
|
||||||
classes(
|
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'
|
'article__social-wrapper article__share_bottom'
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user