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

@ -12,13 +12,13 @@ class SanFranciscoChronicle(BasicNewsRecipe):
title = u'San Francisco Chronicle'
__author__ = u'Darko Miletic'
description = u'San Francisco news'
language = _('English')
language = _('English')
oldest_article = 7
max_articles_per_feed = 100
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'})