Closed AndreZila01 closed 3 years ago
this is valid code for me.
var cli = Client.For(YouTube.Default);
var link = "https://youtu.be/IYcwcv5chH4";
var videoInfos = cli.GetAllVideosAsync(link).GetAwaiter().GetResult();
var resolutions = videoInfos.Where(j => j.AdaptiveKind == AdaptiveKind.Video).Select(j => j.Resolution);
var foo = string.Join(",", resolutions);
One question omanask how i can collect 60fps in video, "1080p60".
One question omanask how i can collect 60fps in video, "1080p60".
you can use FPS property in 3.1.2
Hey programmers,
i have one problem of to collect all resoltion of video, i use this source:
And collect Null, ...
if you have a solution, please help me.