Thread
:
Trouble turning a non-RSS webpage into a "feed"
View Single Post
04-23-2017, 10:37 PM
#
2
kovidgoyal
creator of calibre
Posts: 45,423
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That error means one of your findAll/find() calls is not finding anything.
Looking over your recipe quickly, I see for example, findAll(attrs={'name':'li'})
If you want to find an <li> tags you do
findAll('li')
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS