コード例 #1
0
ファイル: DownloadUrlResolver.cs プロジェクト: narqs/libvideo
 public async static Task <IEnumerable <VideoInfo> > GetDownloadUrlsAsync(
     string videoUrl, bool decryptSignature = true) =>
 (await Service.GetAllVideosAsync(videoUrl)).Select(v => new VideoInfo(v));