mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Also download peoms from Spectator
This commit is contained in:
parent
63b058baa6
commit
17059daeac
@ -82,7 +82,7 @@ class spectator(BasicNewsRecipe):
|
||||
'MagazineContent_spectator-magazine-content__article-card___'
|
||||
)):
|
||||
a = div.find('a', attrs={
|
||||
'href': lambda x: x and x.startswith(('/article/', '/illustration/'))})
|
||||
'href': lambda x: x and x.startswith(('/article/', '/illustration/', '/poem/'))})
|
||||
if a is None:
|
||||
continue
|
||||
url = absurl(a['href'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user