Merge prior to trunk merge.

This commit is contained in:
Starson17 2010-11-19 11:25:52 -05:00
parent 26a4308b02
commit ce89a41b1f

View File

@ -667,7 +667,7 @@ class BasicNewsRecipe(Recipe):
def _postprocess_html(self, soup, first_fetch, job_info):
print 'soup in _postprocess_html is: ', soup
#print 'soup in _postprocess_html is: ', soup
if self.no_stylesheets:
for link in list(soup.findAll('link', type=re.compile('css')))+list(soup.findAll('style')):
link.extract()