This commit is contained in:
Kovid Goyal 2024-02-11 19:33:31 +05:30
parent 87f9dd62fd
commit 314a17a046
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'
) )
] ]