Fix #3987 (Barrons.com is not properly parsed anymore)

This commit is contained in:
Kovid Goyal 2009-11-30 08:37:18 -07:00
parent 2faa4e8b25
commit 7dd1b8b93d

View File

@ -30,13 +30,13 @@ class Barrons(BasicNewsRecipe):
oldest_article = 7
extra_css = '''
.datestamp{color:#666666; font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;}
h3{color:#FF0000; font-family:Georgia,"Times New Roman",Times,serif; }
.datestamp{font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;}
h3{font-family:Georgia,"Times New Roman",Times,serif; }
h2{font-family:Georgia,"Times New Roman",Times,serif; }
h1{ font-family:Georgia,"Times New Roman",Times,serif; }
.byline{color:#AAAAAA; font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;}
.subhead{color:#666666; font-family:Georgia,"Times New Roman",Times,serif; font-size: small;}
.articlePage{ font-family:Georgia,"Century Schoolbook","Times New Roman",Times,serif;color:#333333;}
.byline{font-family:Verdana,Geneva,Kalimati,sans-serif; font-size:x-small;}
.subhead{font-family:Georgia,"Times New Roman",Times,serif; font-size: small;}
.articlePage{ font-family:Georgia,"Century Schoolbook","Times New Roman",Times,serif;}
.insettipUnit{font-size: x-small;}
'''
remove_tags = [