mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Fix #3862 (USA Today - blank pages)
This commit is contained in:
parent
cdadad159f
commit
92e3a5f2cb
@ -34,7 +34,8 @@ class USAToday(BasicNewsRecipe):
|
|||||||
.vaTextBold{font-family:Arial,Helvetica,sans-serif; font-size:x-small;font-weight:bold; color:#666666;}
|
.vaTextBold{font-family:Arial,Helvetica,sans-serif; font-size:x-small;font-weight:bold; color:#666666;}
|
||||||
'''
|
'''
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
{'class':['tagListLabel','piped-taglist-string',]}
|
{'class':['tagListLabel','piped-taglist-string','socialcontainer','social-wrapper',]},
|
||||||
|
{'id':['topSocialButtons']},
|
||||||
]
|
]
|
||||||
|
|
||||||
conversion_options = { 'linearize_tables' : True }
|
conversion_options = { 'linearize_tables' : True }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user