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?