Fix #2520 (San Francisco Chronicle Feed causes Sony PSR700 to Reset)

This commit is contained in:
Kovid Goyal 2009-06-02 14:12:08 -07:00
parent cd648cad29
commit aefd75f69f

View File

@ -18,7 +18,7 @@ class SanFranciscoChronicle(BasicNewsRecipe):
no_stylesheets = True
use_embedded_content = False
keep_only_tags = [dict(name='td' , attrs={'class':'column1 w627'})]
remove_tags_before = {'class':'articleheadings'}
remove_tags_after = dict(name='div', attrs={'id':'articlecontent' })
remove_tags = [
dict(name='div', attrs={'class':'tools tools_top'})