I'm probably missing something, but what I'd like to do when scraping is extract the height and width of an embed object. I can get the object itself to download, but don't see how to extract those attributes.
For example
Code: Select all
<embed src="http://whatever" width="720" height="480">Thanks in advance!