mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #4815 (additional REMOVE_TAGS for Harvard Business Review)
This commit is contained in:
parent
4115fd1168
commit
fe3152e8c3
@ -18,7 +18,8 @@ class HBR(BasicNewsRecipe):
|
||||
remove_tags = [dict(id=['mastheadContainer', 'magazineHeadline',
|
||||
'articleToolbarTopRD', 'pageRightSubColumn', 'pageRightColumn',
|
||||
'todayOnHBRListWidget', 'mostWidget', 'keepUpWithHBR',
|
||||
'mailingListTout', 'partnerCenter', 'pageFooter']),
|
||||
'mailingListTout', 'partnerCenter', 'pageFooter',
|
||||
'articleToolbarTop', 'articleToolbarBottom', 'articleToolbarRD']),
|
||||
dict(name='iframe')]
|
||||
extra_css = '''
|
||||
a {font-family:Georgia,"Times New Roman",Times,serif; font-style:italic; color:#000000; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user