View Single Post
Old 12-13-2010, 10:00 AM   #6
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
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.
Starson17 is offline   Reply With Quote