View Single Post
Old 04-21-2010, 01:41 PM   #1829
gambarini
Connoisseur
gambarini began at the beginning.
 
Posts: 98
Karma: 22
Join Date: Mar 2010
Device: IRiver Story, Ipod Touch, Android SmartPhone
Quote:
Originally Posted by Starson17 View Post
If it's in the calibre output, it's in the input, too.


Yes, I agree.



Correct, you have to find it in the input.



I would simply use the pre or post process html to print the soup for your page. That's one of my common steps during debug. Redirect your output to a text file (my default setup is always like this) and search for the print link. It must be there or it wouldn't get to Calibre.

I just used Firebug to find it.

It's in the first "A" child tag of the second "DIV" child tag of the DIV tag having id=strumenti_utili_bottom. Learn the BeautifulSoup navigation options to find it.
thanks.
i must investigate the navitation options... I am not yet finded the correct syntax... The print link is too annidated for my actual knowledge!!!
gambarini is offline