mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'fix-lwn-weekly' of https://github.com/sa-kib/calibre
This commit is contained in:
commit
8785bab5f7
@ -114,7 +114,7 @@ class WeeklyLWN(BasicNewsRecipe):
|
|||||||
|
|
||||||
# Most articles have anchors in their titles, *except* the
|
# Most articles have anchors in their titles, *except* the
|
||||||
# security vulnerabilities
|
# security vulnerabilities
|
||||||
article_anchor = curr.findNext(
|
article_anchor = curr.find(
|
||||||
name='a', attrs={'href': re.compile('^/Articles/')})
|
name='a', attrs={'href': re.compile('^/Articles/')})
|
||||||
|
|
||||||
if article_anchor:
|
if article_anchor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user