Quote:
Originally Posted by meehrcat
It appears to download fine and lists headlines when the ebook is opened, but there's no text content there. Is there a way to fix this? The code stuff looks pretty intimidating to an ordinary mortal such as myself. Really appreciating the fetch newspaper stuff on Calibre though, really great (other than this issue with DN!)
|
HTML structure has changed: customize the recipe to replace
Code:
keep_only_tags = [dict(name='div', attrs={'id':'article'})]
by
Code:
keep_only_tags = [dict(name='div', attrs={'id':'article-content'})]