Inheritance
System.Object
VideoExtractor
Assembly: Scraper.Net.YoutubeDl.dll
public class VideoExtractor : object
Constructors
|
Improve this Doc
View Source
Declaration
public VideoExtractor(YoutubeDL youtubeDl, OptionSet overrideOptions)
Parameters
| Type |
Name |
Description |
| YoutubeDL |
youtubeDl |
|
| OptionSet |
overrideOptions |
|
Methods
|
Improve this Doc
View Source
Declaration
public Task<YoutubeDlVideoItem> ExtractAsync(string url, CancellationToken ct = null)
Parameters
| Type |
Name |
Description |
| System.String |
url |
|
| CancellationToken |
ct |
|
Returns
| Type |
Description |
| Task<YoutubeDlVideoItem> |
|