Quote:
Originally Posted by anne.oneemas
Hi
I got the table of contents, (i.e. the headlines,) but not the actual content. Each headline opens an identical page which consists of llinks back to the website and a few graphics.
|
You aren't getting the content because it's inside a <script> element, and by default, Calibre strips out scripts. Click the advanced button, and add this line to the recipe:
Code:
remove_javascript = False
That will get you started.