mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 00:32:11 +00:00
chore(readme): Add some cool badges
This commit is contained in:
13
README.md
13
README.md
@@ -1,6 +1,11 @@
|
||||
# What Is This?
|
||||
[](https://jsr.io/@luanrt/googlevideo)
|
||||
[](https://www.npmjs.com/package/googlevideo)
|
||||
[](./LICENSE)
|
||||
|
||||
This is a collection of utilities for working with Google Video APIs, with a primary focus on UMP.
|
||||
|
||||
|
||||
* [Video Streaming Protos](./protos/video_streaming/)
|
||||
* [UMP (Parser)](./src/core/UMP.ts)
|
||||
* [ServerAbrStream (SABR Client)](./src/core/ServerAbrStream.ts)
|
||||
@@ -13,7 +18,15 @@ Usage examples can be found [here](./examples/).
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# NPM
|
||||
npm install googlevideo
|
||||
|
||||
# JSR / Deno
|
||||
npx jsr add @luanrt/googlevideo
|
||||
deno add jsr:@luanrt/googlevideo
|
||||
|
||||
# GitHub
|
||||
npm install LuanRT/googlevideo
|
||||
```
|
||||
|
||||
## Basic Usage
|
||||
|
||||
Reference in New Issue
Block a user