mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:45:22 +02:00
ga - Removes some debugging comments
This commit is contained in:
parent
304a198799
commit
76c2d5a545
1 changed files with 0 additions and 5 deletions
|
|
@ -233,11 +233,6 @@ def parse_index(self):
|
|||
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…
Reference in a new issue