mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 10:05:38 +01:00
Update Epoch Times
This commit is contained in:
parent
2e2fbb7cce
commit
e7d4e348ba
1 changed files with 7 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue