fix: remove social buttons causing errors in granta recipe

This commit is contained in:
Wes Bradley 2025-03-21 10:19:26 -05:00
parent b4511ec429
commit f1d6ee6134
No known key found for this signature in database

View File

@ -175,6 +175,7 @@ class Granta(BasicNewsRecipe):
] ]
remove_tags = [ remove_tags = [
classes('social-share-container'), classes('social-share-container'),
classes('article-sidebar__right__social-share-btns')
] ]
remove_attributes = ['style'] remove_attributes = ['style']