public async static Task <IEnumerable <VideoInfo> > GetDownloadUrlsAsync( string videoUrl, bool decryptSignature = true) => (await Service.GetAllVideosAsync(videoUrl)).Select(v => new VideoInfo(v));