ExtendedYouTubeAPI 1.0.4
dotnet add package ExtendedYouTubeAPI --version 1.0.4
NuGet\Install-Package ExtendedYouTubeAPI -Version 1.0.4
<PackageReference Include="ExtendedYouTubeAPI" Version="1.0.4" />
paket add ExtendedYouTubeAPI --version 1.0.4
#r "nuget: ExtendedYouTubeAPI, 1.0.4"
// Install ExtendedYouTubeAPI as a Cake Addin #addin nuget:?package=ExtendedYouTubeAPI&version=1.0.4 // Install ExtendedYouTubeAPI as a Cake Tool #tool nuget:?package=ExtendedYouTubeAPI&version=1.0.4
Library which is used to extend the abilities of YouTube API v3
Features
- DASH manifests generation for videos
- HLS livestreams URLs extraction
- User's history management (list, add, delete, update)
- Watch later playlist management (list, add, delete)
- Video captions retrieval
- User's recommendations listing
- User's subscriptions videos listing
- Videos' URLs retrieval
- UWP authorization helpers
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- AngleSharp (>= 0.14.0)
- Google.Apis (>= 1.45.0)
- Google.Apis.Auth (>= 1.45.0)
- Google.Apis.Core (>= 1.45.0)
- Google.Apis.Oauth2.v2 (>= 1.45.0.1869)
- Google.Apis.YouTube.v3 (>= 1.45.0.1929)
- Microsoft.CSharp (>= 4.7.0)
- YoutubeExplode (>= 5.0.3)
-
.NETStandard 2.1
- AngleSharp (>= 0.14.0)
- Google.Apis (>= 1.45.0)
- Google.Apis.Auth (>= 1.45.0)
- Google.Apis.Core (>= 1.45.0)
- Google.Apis.Oauth2.v2 (>= 1.45.0.1869)
- Google.Apis.YouTube.v3 (>= 1.45.0.1929)
- Microsoft.CSharp (>= 4.7.0)
- YoutubeExplode (>= 5.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added UserCredential override with TokenUpdated event
- Added Success code parser
- Updated dependencies
- Migrated to .NET Framework 4.6.1 and .NET Standard 2.1