Fix #3862 (USA Today - blank pages)

This commit is contained in:
Kovid Goyal 2009-10-29 20:05:13 -06:00
parent cdadad159f
commit 92e3a5f2cb

View File

@ -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 }