This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Description
perhaps something is changed with the audioextraction?
This worked before:
VideoInfo video = videoInfos.First(info => info.VideoType == VideoType.Mp4 && info.Resolution == 0);
and this returns null:
VideoInfo video = videoInfos.FirstOrDefault<VideoInfo>(v=> v.CanExtractAudio == true);
when the videoInfos object contains 22 items from the "DownloadUrlResolver.GetDownloadUrls"
tested it on https://www.youtube.com/watch?v=VaxFIr3GJ-8