View Single Post
Old 04-21-2010, 12:02 PM   #1828
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 gambarini View Post
in the calibre output i can find the print link;
If it's in the calibre output, it's in the input, too.

Quote:
so, i think that the print link is in the redirect link of the original url.
Yes, I agree.

Quote:
Can i use attribute calibre26 to find the href link? No, because this output was generated by calibre...
Correct, you have to find it in the input.

Quote:
i am a bit confused
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.
Starson17 is offline