diff --git a/README.md b/README.md index ca20a5e74..894381bd9 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,6 @@ ___ -> WIP- Documentation for YouTube.js 2.0.0 -
Table of Contents @@ -136,7 +134,7 @@ yarn add youtubei.js@latest npm install github:LuanRT/YouTube.js ``` -**TODO: Deno install instructions (esm.sh possibly?)** +**TODO:** Deno install instructions (esm.sh possibly?) ## Usage diff --git a/package.json b/package.json index a99f306b9..a30960552 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { "name": "youtubei.js", "version": "2.0.0", - "description": "A full-featured wrapper around YouTube's private API. Allows you to retrieve info about any video, subscribe, unsubscribe, like, dislike, comment, search, download videos/music and much more!", + "description": "Full-featured wrapper around YouTube's private API.", "main": "./dist/index.js", "browser": "./bundle/browser.js", "types": "./dist", "author": "LuanRT (https://github.com/LuanRT)", + "funding": [ + "https://github.com/sponsors/LuanRT" + ], "contributors": [ "Wykerd (https://github.com/wykerd/)", "MasterOfBob777 (https://github.com/MasterOfBob777)", "patrickkfkan (https://github.com/patrickkfkan)" ], - "funding": [ - "https://github.com/sponsors/LuanRT" - ], "directories": { "test": "./test", "examples": "./examples", diff --git a/src/proto/youtube.ts b/src/proto/youtube.ts index 62030e5c7..bc50576c2 100644 --- a/src/proto/youtube.ts +++ b/src/proto/youtube.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.7.0 +// @generated by protobuf-ts 2.8.0 // @generated from protobuf file "youtube.proto" (package "youtube", syntax proto2) // tslint:disable import type { BinaryWriteOptions } from "@protobuf-ts/runtime";