mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/swerling/calibre
This commit is contained in:
commit
ad9cefeda3
@ -95,7 +95,7 @@ class AlMonitor(BasicNewsRecipe):
|
|||||||
|
|
||||||
self._p('Got section. Processing links.')
|
self._p('Got section. Processing links.')
|
||||||
|
|
||||||
for link in soup.findAll('a'):
|
for link in soup.findAll('a', href=True):
|
||||||
href = link.get('href')
|
href = link.get('href')
|
||||||
text = self.text(link)
|
text = self.text(link)
|
||||||
if text and ('pulse/originals' in href):
|
if text and ('pulse/originals' in href):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user