mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 12:03:18 +02:00
Fix #3862 (USA Today - blank pages)
This commit is contained in:
parent
cdadad159f
commit
92e3a5f2cb
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ class USAToday(BasicNewsRecipe):
|
|||
.vaTextBold{font-family:Arial,Helvetica,sans-serif; font-size:x-small;font-weight:bold; color:#666666;}
|
||||
'''
|
||||
remove_tags = [
|
||||
{'class':['tagListLabel','piped-taglist-string',]}
|
||||
{'class':['tagListLabel','piped-taglist-string','socialcontainer','social-wrapper',]},
|
||||
{'id':['topSocialButtons']},
|
||||
]
|
||||
|
||||
conversion_options = { 'linearize_tables' : True }
|
||||
|
|
|
|||
Loading…
Reference in a new issue