This commit is contained in:
Kovid Goyal 2023-08-30 10:08:55 +05:30
commit 45d4184f2c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -47,7 +47,7 @@ class BangkokPostRecipe(BasicNewsRecipe):
feeds.append((u'Tech', u'http://www.bangkokpost.com/rss/data/tect.xml'))
keep_only_tags = [
classes('article-headline articl-content'),
classes('article-headline article-content'),
]
def print_version(self, url):