This commit is contained in:
Kovid Goyal 2009-08-07 09:35:56 -06:00
parent f6d5980fb3
commit 1bcdfbb9d3

View File

@ -58,7 +58,7 @@ class ChicagoTribune(BasicNewsRecipe):
def get_article_url(self, article):
return article.get('feedburner_origlink', article.get('guid', article.get('link')))
def get_obfuscated_article(self, url, logger):
def get_obfuscated_article(self, url):
with self.obfuctation_lock:
soup = self.index_to_soup(url)
img = soup.find('img', alt='Print')