This commit is contained in:
Kovid Goyal 2016-10-30 07:56:35 +05:30
commit 6fe47ec867

View File

@ -104,6 +104,8 @@ class WeeklyLWN(BasicNewsRecipe):
elif 'SummaryHL' in curr.attrMap['class']:
article_title = text
if not article_title:
article_title = _('Undefined article title')
if subsection:
section_title = "%s: %s" % (section, subsection)