From e7d4e348ba266b182b981983b4aef347171d3c64 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 15 Nov 2021 08:30:47 +0530 Subject: [PATCH] Update Epoch Times --- recipes/epoch_times.recipe | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/epoch_times.recipe b/recipes/epoch_times.recipe index ea1e32ecf3..9a59222e73 100644 --- a/recipes/epoch_times.recipe +++ b/recipes/epoch_times.recipe @@ -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 = [