mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
IGN:...
This commit is contained in:
parent
f6d5980fb3
commit
1bcdfbb9d3
@ -58,7 +58,7 @@ class ChicagoTribune(BasicNewsRecipe):
|
|||||||
def get_article_url(self, article):
|
def get_article_url(self, article):
|
||||||
return article.get('feedburner_origlink', article.get('guid', article.get('link')))
|
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:
|
with self.obfuctation_lock:
|
||||||
soup = self.index_to_soup(url)
|
soup = self.index_to_soup(url)
|
||||||
img = soup.find('img', alt='Print')
|
img = soup.find('img', alt='Print')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user