mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 12:13:37 +02:00
...
This commit is contained in:
parent
836b955571
commit
9250cc4a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ def get_browser(self):
|
|||
|
||||
def parse_index(self):
|
||||
#Searching for the index page on the HOMEPAGE
|
||||
hpsoup = self.index_to_soup(self.HOMEPAGE)
|
||||
# hpsoup = self.index_to_soup(self.HOMEPAGE)
|
||||
#indexref = hpsoup.find('a', href=re.compile('^indices.*'))
|
||||
#self.log('--> tag containing the today s index: ', indexref)
|
||||
#INDEX = indexref['href']
|
||||
|
|
|
|||
Loading…
Reference in a new issue