Quote:
Originally Posted by TonytheBookworm
Alright, this one is kicking my rear. I have a question about the #print http headers. Where exactly will that information be output? do i need to make print statements? Will it be inside the myrecipe.txt or do i need to do something special ?
|
IIRC, those setting will automatically print the headers and responses to stdout and your redirect >test.txt on the ebook_convert command line will capture them to show you the header/handshaking that you can compare to TamperData or LiveHttpHeaders.
BTW, I'm not saying that the headers are definitely your problem. For all I know the missing part is built by script or flash, or Ajax, etc. It's up to you to find out where the missing stuff is coming from. It's just that after everything else is eliminated, when you see one thing in FF and another in your printed soup, it's often because the site is actually sending two different things, and
that's usually due to a diff in the headers sent by FF vs. Calibre.