mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
474417cf45
commit
25948f59f0
@ -12,13 +12,11 @@ class EpochTimes(BasicNewsRecipe):
|
|||||||
oldest_article = 1.2
|
oldest_article = 1.2
|
||||||
max_articles_per_feed = 20
|
max_articles_per_feed = 20
|
||||||
ignore_duplicate_articles = {'url'}
|
ignore_duplicate_articles = {'url'}
|
||||||
remove_attributes = ['height', 'width']
|
remove_attributes = ['height', 'width', 'style']
|
||||||
remove_empty_feeds = True
|
remove_empty_feeds = True
|
||||||
resolve_internal_links = True
|
resolve_internal_links = True
|
||||||
masthead_url = 'https://epochtimes-ny.newsmemory.com/eeLayout/epochtimes/1.0.a/images/webapp/banner.png'
|
masthead_url = 'https://epochtimes-ny.newsmemory.com/eeLayout/epochtimes/1.0.a/images/webapp/banner.png'
|
||||||
extra_css = """
|
|
||||||
body{font-family: Arial,sans-serif }
|
|
||||||
"""
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name='article')
|
dict(name='article')
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user