This commit is contained in:
Kovid Goyal 2025-08-24 21:31:58 +05:30
parent 6e0e9453a7
commit ff0158fb6e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -131,7 +131,6 @@ class HBR(BasicNewsRecipe):
if issue_title:
self.timefmt = f' [{self.tag_to_string(issue_title)}]'
feeds = OrderedDict()
for h3 in soup.findAll('h3', attrs={'class': 'hed'}):