VOOZH about

URL: https://www.nuget.org/packages/InnerTube/

⇱ NuGet Gallery | InnerTube 2.0.0




InnerTube 2.0.0

dotnet add package InnerTube --version 2.0.0
 
 
NuGet\Install-Package InnerTube -Version 2.0.0
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InnerTube" Version="2.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InnerTube" Version="2.0.0" />
 
Directory.Packages.props
<PackageReference Include="InnerTube" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add InnerTube --version 2.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: InnerTube, 2.0.0"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package InnerTube@2.0.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=InnerTube&version=2.0.0
 
Install as a Cake Addin
#tool nuget:?package=InnerTube&version=2.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

InnerTube

A wrapper for the private YouTube API used in the YouTube website and the mobile apps.

This library is no longer under active development. The 2.0 release is a copy of the final prerelease version, and will likely break under use. Use at your own risk.

https://blog.kuylar.dev/lighttube-end-of-development/

Comparison to the YouTube Data v3 API

The official API requires a Google account to use, while the InnerTube API can do it without the need of one.

The official API has a request quota and a request rate limit, while the InnerTube API does not have any limitations.

The official API is designed to be used by 3rd parties, thus, the data is formatted well. Since the InnerTube API is made to be used in the official YouTube apps, it is formatted to render elements on a screen. This makes it slightly harder to parse the output to a human readable format, which this library tries to do.

Authentication

There's no straightforward way to authenticate with this library. You will either have to extract cookies from a browser session, or extract a refresh token. See the wiki page for more details.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on InnerTube:

Repository Stars
lighttube-org/LightTube
An alternative YouTube front end written in ASP.NET
Version Downloads Last Updated
2.0.0 950 11/27/2024
2.0.0-rc.19 236 9/13/2024
2.0.0-rc.18 259 8/6/2024
2.0.0-rc.17 163 8/5/2024
2.0.0-rc.16 122 8/2/2024
2.0.0-rc.15 122 7/30/2024
2.0.0-rc.14 165 7/29/2024
2.0.0-rc.13 158 7/29/2024
2.0.0-rc.12 140 6/6/2024
2.0.0-rc.11 168 6/4/2024
2.0.0-rc.10 164 6/3/2024
2.0.0-rc.9 168 6/3/2024
2.0.0-rc.8 205 6/1/2024
2.0.0-rc.7 169 5/31/2024
2.0.0-rc.6 155 5/28/2024
2.0.0-rc.5 147 5/26/2024
2.0.0-rc.4 166 5/24/2024
2.0.0-rc.3 165 5/23/2024
2.0.0-rc.2 128 5/23/2024
2.0.0-rc.1 140 5/17/2024
Loading failed