mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 14:06:13 +01:00
Pull from trunk
This commit is contained in:
commit
eaf72d2866
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,8 @@
|
|||
import time
|
||||
from calibre import entity_to_unicode
|
||||
from calibre.web.feeds.recipes import BasicNewsRecipe
|
||||
from calibre.ebooks.BeautifulSoup import BeautifulSoup, Tag, NavigableString, Comment
|
||||
from calibre.ebooks.BeautifulSoup import BeautifulSoup, Tag, NavigableString, \
|
||||
Comment, BeautifulStoneSoup
|
||||
|
||||
class NYTimes(BasicNewsRecipe):
|
||||
|
||||
|
|
@ -256,7 +257,6 @@ def parse_index(self):
|
|||
# Fetch the outer table
|
||||
table = soup.find('table')
|
||||
previousTable = table
|
||||
contentTable = None
|
||||
|
||||
# Find the deepest table containing the stories
|
||||
while True :
|
||||
|
|
|
|||
Loading…
Reference in a new issue