mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
08e9540962
@ -192,10 +192,6 @@ class Economist(BasicNewsRecipe):
|
||||
extra_css = '''
|
||||
em { color:#202020; }
|
||||
img {display:block; margin:0 auto;}
|
||||
.sub { font-size:small; }
|
||||
#subhead { color: #404040; font-size:small; font-weight:bold; }'
|
||||
#desc { font-style: italic; color:#202020; }
|
||||
#date { color: gray; font-size:small; }
|
||||
'''
|
||||
oldest_article = 7.0
|
||||
resolve_internal_links = True
|
||||
|
@ -192,10 +192,6 @@ class Economist(BasicNewsRecipe):
|
||||
extra_css = '''
|
||||
em { color:#202020; }
|
||||
img {display:block; margin:0 auto;}
|
||||
.sub { font-size:small; }
|
||||
#subhead { color: #404040; font-size:small; font-weight:bold; }'
|
||||
#desc { font-style: italic; color:#202020; }
|
||||
#date { color: gray; font-size:small; }
|
||||
'''
|
||||
oldest_article = 7.0
|
||||
resolve_internal_links = True
|
||||
|
@ -132,10 +132,6 @@ class EconomistNews(BasicNewsRecipe):
|
||||
extra_css = '''
|
||||
em { color:#202020; }
|
||||
img {display:block; margin:0 auto;}
|
||||
.sub { font-size:small; }
|
||||
#subhead { color: #404040; font-size:small; font-weight:bold; }'
|
||||
#descrip { font-style: italic; color:#202020; }
|
||||
#date { color: gray; font-size:small; }
|
||||
'''
|
||||
|
||||
cover_url = 'https://yt3.googleusercontent.com/UnUx7LD3mPISiPJo76CrN7vIUPAS4ATbVIBm3H76KWzCkNJeqMqJC0gpY6ArJfQBKQ2w7sQ5WQ=s0'
|
||||
|
@ -123,10 +123,6 @@ class econ_search(BasicNewsRecipe):
|
||||
extra_css = '''
|
||||
em { color:#202020; }
|
||||
img {display:block; margin:0 auto;}
|
||||
.sub { font-size:small; }
|
||||
#subhead { color: #404040; font-size:small; font-weight:bold; }'
|
||||
#descrip { font-style: italic; color:#202020; }
|
||||
#date { color: gray; font-size:small; }
|
||||
'''
|
||||
|
||||
resolve_internal_links = True
|
||||
|
@ -131,10 +131,6 @@ class EconomistWorld(BasicNewsRecipe):
|
||||
extra_css = '''
|
||||
em { color:#202020; }
|
||||
img {display:block; margin:0 auto;}
|
||||
.sub { font-size:small; }
|
||||
#subhead { color: #404040; font-size:small; font-weight:bold; }'
|
||||
#descrip { font-style: italic; color:#202020; }
|
||||
#date { color: gray; font-size:small; }
|
||||
'''
|
||||
|
||||
resolve_internal_links = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user