mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
ga - Removes some debugging comments
This commit is contained in:
parent
304a198799
commit
76c2d5a545
@ -233,11 +233,6 @@ class Granta(BasicNewsRecipe):
|
||||
self.log.info('Making soup out of index')
|
||||
soup = self.index_to_soup('https://granta.com/')
|
||||
|
||||
# import urllib2
|
||||
# from calibre.ebooks.BeautifulSoup import BeautifulSoup
|
||||
# page = urllib2.urlopen("https://granta.com/introduction-animalia/")
|
||||
# soup = BeautifulSoup(page)
|
||||
|
||||
# Get latest issue
|
||||
issueInfo = soup.find(
|
||||
'div', attrs={'class': 'dnd_container dnd_container__heading'})
|
||||
|
Loading…
x
Reference in New Issue
Block a user