mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fd20bf9baa
commit
cf77e78911
@ -235,7 +235,7 @@ class FazNet(BasicNewsRecipe):
|
||||
|
||||
# Skip articles behind paywall
|
||||
if soup.find(id = "faz-paywall"):
|
||||
self.abort_article()
|
||||
self.abort_article('Skipping paywalled article')
|
||||
|
||||
# Remove F.A.Z. ad
|
||||
for tag in soup.findAll(attrs={'class': 'body-elements__paragraph'}):
|
||||
|
Loading…
x
Reference in New Issue
Block a user