Am writing an app and need to be able to grab an image from a known web page that is tweeted by someone. The link tweeted is a plixi.com link....
For example.... TWEETED: http://plixi.com/p/77873522
is a web page with an image a user has uploaded, the url of the image displayed is... http://c0013649.cdn1.cloudfiles.rackspacecloud.com/x2_4a44172
Obviously we will not know what the image url is, and will need to extract this from the the original page (http://plixi.com/p/77873522). So somehow need to connect to the page and scan it for a url maybe containing "cloudfiles.rackspacecloud" ???? However maybe not as there are several pictures (like thumbnails in the top right that contain this) Although we do know the image is always the biggest one, or is in a certain frame of the page??
One thing that may or may not help, is that the image will always be from the same plixi account.
How would we go about scanning the content of a page for such a url and getting a specific image?