GetMultimedia

MultimediaScraper.GetMultimedia method

Creates a Multimedia object which can collect information from the specified page URL.

public Multimedia GetMultimedia(string url)
Parameter Type Description
url String URL of the page to process.

Return Value

The Multimedia object which can collect information from the specified page URL.

Exceptions

exception condition
NotSupportedException Raised if the specified URL can’t be processed by any registered Multimedia.

See Also