From 6b1801c893d4d4e8fb1eaad12ff2d9821395593c Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 26 Sep 2024 20:05:07 -0300 Subject: [PATCH] chore: update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 393d5ff..f1ced55 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ This is a collection of utilities for working with Google Video APIs, with a pri * [ServerAbrStream (SABR Client)](./src/core/ServerAbrStream.ts) * [ChunkedDataBuffer (Buffer Manager)](./src/core/ChunkedDataBuffer.ts) -You can find usage examples [here](./examples/). +The protobuf definitions were extracted from YouTube's Android and iOS clients, and the UMP parser and buffer manager are based on the implementation currently found on youtube.com. + +Usage examples can be found [here](./examples/). ## Installation @@ -61,4 +63,4 @@ Distributed under the [MIT](./LICENSE) License.

(back to top) -

\ No newline at end of file +