Update YouTube Explode
This commit is contained in:
parent
0598de847a
commit
5bd3ba8a96
|
@ -68,7 +68,7 @@
|
|||
</Reference>
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="YoutubeExplode">
|
||||
<HintPath>..\packages\YoutubeExplode.6.0.7\lib\net461\YoutubeExplode.dll</HintPath>
|
||||
<HintPath>..\packages\YoutubeExplode.6.1.0\lib\net461\YoutubeExplode.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AsyncEnumerable">
|
||||
<HintPath>..\packages\AsyncEnumerator.4.0.2\lib\net461\AsyncEnumerable.dll</HintPath>
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -195,6 +195,11 @@
|
|||
Channel ID.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:YoutubeExplode.Common.Author.ChannelUrl">
|
||||
<summary>
|
||||
Channel URL.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:YoutubeExplode.Common.Author.Title">
|
||||
<summary>
|
||||
Channel title.
|
||||
|
@ -548,6 +553,11 @@
|
|||
Metadata associated with a YouTube video included in a playlist.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:YoutubeExplode.Playlists.PlaylistVideo.PlaylistId">
|
||||
<summary>
|
||||
ID of the playlist that contains this video.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:YoutubeExplode.Playlists.PlaylistVideo.Id">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
|
@ -566,6 +576,11 @@
|
|||
<member name="P:YoutubeExplode.Playlists.PlaylistVideo.Thumbnails">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:YoutubeExplode.Playlists.PlaylistVideo.#ctor(YoutubeExplode.Playlists.PlaylistId,YoutubeExplode.Videos.VideoId,System.String,YoutubeExplode.Common.Author,System.Nullable{System.TimeSpan},System.Collections.Generic.IReadOnlyList{YoutubeExplode.Common.Thumbnail})">
|
||||
<summary>
|
||||
Initializes an instance of <see cref="T:YoutubeExplode.Playlists.PlaylistVideo"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:YoutubeExplode.Playlists.PlaylistVideo.#ctor(YoutubeExplode.Videos.VideoId,System.String,YoutubeExplode.Common.Author,System.Nullable{System.TimeSpan},System.Collections.Generic.IReadOnlyList{YoutubeExplode.Common.Thumbnail})">
|
||||
<summary>
|
||||
Initializes an instance of <see cref="T:YoutubeExplode.Playlists.PlaylistVideo"/>.
|
||||
|
@ -1152,6 +1167,16 @@
|
|||
Can be used as file extension.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:YoutubeExplode.Videos.Streams.Container.IsAudioOnly">
|
||||
<summary>
|
||||
Whether this container is a known audio-only container.
|
||||
</summary>
|
||||
<remarks>
|
||||
This property only refers to the container's capabilities and not its actual contents.
|
||||
If the container IS audio-only, it DOES NOT contain any video streams.
|
||||
If the container IS NOT audio-only, it MAY contain video streams, but is not required to.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:YoutubeExplode.Videos.Streams.Container.#ctor(System.String)">
|
||||
<summary>
|
||||
Initializes an instance of <see cref="T:YoutubeExplode.Videos.Streams.Container"/>.
|
||||
|
@ -1160,6 +1185,11 @@
|
|||
<member name="M:YoutubeExplode.Videos.Streams.Container.ToString">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="P:YoutubeExplode.Videos.Streams.Container.Mp3">
|
||||
<summary>
|
||||
MPEG-2 Audio Layer III (mp3).
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:YoutubeExplode.Videos.Streams.Container.Mp4">
|
||||
<summary>
|
||||
MPEG-4 Part 14 (mp4).
|
||||
|
|
|
@ -1 +1 @@
|
|||
7c958eb984ad9d861e3a39991a7d94c08a1f09a6
|
||||
6a4cb1f3341b0b875221333595f3f3db569f2e65
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -23,5 +23,5 @@
|
|||
<package id="System.Text.Json" version="6.0.1" targetFramework="net47" />
|
||||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net47" />
|
||||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net47" />
|
||||
<package id="YoutubeExplode" version="6.0.7" targetFramework="net47" />
|
||||
<package id="YoutubeExplode" version="6.1.0" targetFramework="net47" />
|
||||
</packages>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue