MultimediaScraper

MultimediaScraper class

Provides functionality to register and select Multimedia object, which will be able to collect information from the specified page URL.Note: We do not support downloading copyrighted videos and using other people’s videos for commercial purposes without their express permission. We are not responsible for any copyright infringement that may occur when using this tool.

public class MultimediaScraper : IDisposable

Constructors

Name Description
MultimediaScraper() Initializes a new instance of the MultimediaScraper class.
MultimediaScraper(Configuration) Initializes a new instance of the MultimediaScraper class.

Methods

Name Description
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
GetMultimedia(string) Creates a Multimedia object which can collect information from the specified page URL.
RegisterFactory(MultimediaFactory) Registers MultimediaFactory.

See Also