Update New Yorker

Remove svg tags, which break send to kindle.
This commit is contained in:
Lee Nave 2023-11-27 12:46:32 -08:00
parent a0da32deb5
commit ebc4fd593c
No known key found for this signature in database
GPG Key ID: 90BD8056F9D54F2B

View File

@ -58,6 +58,7 @@ class NewYorker(BasicNewsRecipe):
),
prefixed_classes('ConsentBannerWrapper- ResponsiveCartoonCTA-'),
dict(childtypes='iframe'),
dict(name='svg'),
]
remove_attributes = ['style']