View Single Post
Old 12-07-2005, 04:48 PM   #3
bsquare
Member
bsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it isbsquare knows what time it is
 
Posts: 24
Karma: 2128
Join Date: Dec 2002
You're right, so the "hidPrint=true" needs to be tacked on to the "print_article" URL once I dig it out of the base HTML., but I'd still need to dig the URL out from the form action link. I'm thinking this can't be done.


Here's from RSS XML (http://rssnewsapps.ziffdavis.com/extreme.xml):
Quote:
</description>
<link>
http://www.extremetech.com/article2/...129TX1K0000532
</link>
</item>
So the only way to get to the print_artcile it to go to that Link, then dig out this from the page's source and then have Sunrise request the print page:
Quote:
<form action="http://www.extremetech.com/print_article2/0,1217,a=166891,00.asp" method="POST" name="article_icons">
and basically have Sunrise skip the first link and use the URL it dug out, and like you said, tack the &hidPrint=True to the end.
bsquare is offline