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