Embed Object Width and Height Properties
Posted: Sun Mar 18, 2012 9:30 pm
Hello,
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
I'd like to extract and store the width and height attributes. Can I do this?
Thanks in advance!
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!