mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/marvil07/calibre
This commit is contained in:
commit
6fe47ec867
@ -104,6 +104,8 @@ class WeeklyLWN(BasicNewsRecipe):
|
|||||||
|
|
||||||
elif 'SummaryHL' in curr.attrMap['class']:
|
elif 'SummaryHL' in curr.attrMap['class']:
|
||||||
article_title = text
|
article_title = text
|
||||||
|
if not article_title:
|
||||||
|
article_title = _('Undefined article title')
|
||||||
|
|
||||||
if subsection:
|
if subsection:
|
||||||
section_title = "%s: %s" % (section, subsection)
|
section_title = "%s: %s" % (section, subsection)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user