Update Epoch Times

This commit is contained in:
Kovid Goyal 2021-11-15 08:30:47 +05:30
parent 2e2fbb7cce
commit e7d4e348ba
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -10,13 +10,17 @@ class EpochTimes(BasicNewsRecipe):
lang = 'en_US'
encoding = 'utf-8'
oldest_article = 2
max_articles_per_feed = 15
max_articles_per_feed = 10
extra_css = """
body{font-family: Arial,sans-serif }
.featured_caption{font-size: small}
.author,.date{font-size: small}
"""
keep_only_tags = [
classes('post_title featured_image pricat_name author date post_content'),
]
remove_tags = [
classes('author_wrapper'),
classes('author_wrapper bottom_row'),
]
feeds = [