View Single Post
Old 04-21-2010, 10:19 AM   #1827
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
I suspect your problem is with the part where I wrote :"That page sends you to another page:" That's why I posted that part. The first thing I would do is see if you are being redirected to the page that has the print link on it. It is quite possible that there is a cookie or a referer issue when Calibre gets page 1 that prevents it from getting page 2 that has the actual print link. There are many ways that a browser will work, but a simple calibre recipe will not. You need to check that out and see if you are getting to the next page. If not, you need to solve that problem first with a more complex recipe.

Edit: Also, if you are getting to the right page, but the print link isn't there, you may want to turn off the script stripping. I've seen that code strip off links I needed.
in the calibre output i can find the print link;
this is an example

Code:
<div class="calibre26">
<a href="/sport/inter_strepitosa_coppa_sneijder_maicon_e_milito_il_bara_e_annichilito_3-1/calcio-inter-champions_league-maicon-ibrahimovic-mourinho-etoo-barcellona-milito-guardiola-semifinale-messi-sneijder/20-04-2010/articolostampa-id=439200-page=1-comments=1"><img src="images/img10.jpg" border="0" class="calibre15"/>*Stampa</a>
so, i think that the print link is in the redirect link of the original url.
Can i use attribute calibre26 to find the href link? No, because this output was generated by calibre...
...
i am a bit confused

Last edited by gambarini; 04-21-2010 at 11:37 AM.
gambarini is offline