View Single Post
Old 05-21-2018, 10:20 AM   #5
bobbysteel
Big Poppa
bobbysteel began at the beginning.
 
Posts: 110
Karma: 10
Join Date: Jul 2010
Device: Nook
Also I'm also getting a very occasional error on the existing recipe
Code:
has_supplemental = article.find(**classes('story-body-supplemental')) is not None
is generating
Code:
Could not fetch link https://www.nytimes.com/2018/05/18/watching/cheers-best-episodes.html
Traceback (most recent call last):
  File "site-packages\calibre\web\fetch\simple.py", line 520, in process_links
  File "site-packages\calibre\web\fetch\simple.py", line 227, in get_soup
  File "<string>", line 107, in preprocess_html
AttributeError: 'NoneType' object has no attribute 'find'
Is there a way to make this not fail?
bobbysteel is offline   Reply With Quote