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):
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.