1
0

Updated YoutubeExplode to v5

This commit is contained in:
Michael Gordeev
2020-05-10 15:11:42 +03:00
parent 1d636120cc
commit cc6940bab7
7 changed files with 32 additions and 65 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using YoutubeExplode.Videos.Streams;
namespace YouTube.Models
{
@@ -11,9 +12,9 @@ namespace YouTube.Models
public class PlaybackUrlsData
{
public IReadOnlyList<VideoPlaybackUrl> Video { get; set; }
public IReadOnlyList<AudioPlaybackUrl> Audio { get; set; }
public StreamManifest VideoFilesManifest { get; set; }
public string LiveStreamUrl { get; set; }
[Obsolete]
public DateTime ValidUntil { get; set; }
}
}