mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-07-03 09:35:00 +00:00
feat!: rework library (#27)
This commit is contained in:
@@ -4,7 +4,7 @@ https://github.com/LuanRT/yt-sabr-shaka-demo
|
||||
## Downloader Example
|
||||
|
||||
```bash
|
||||
npm run build # If you haven't built the project yet.
|
||||
npm run build # If you haven't built the library yet.
|
||||
cd examples/downloader
|
||||
npm install
|
||||
npx tsx main.ts
|
||||
@@ -16,7 +16,7 @@ npx tsx ffmpeg-example.ts
|
||||
## "Onesie" Request Example
|
||||
|
||||
```bash
|
||||
npm run build # If you haven't built the project yet.
|
||||
npm run build # If you haven't built the library yet.
|
||||
cd examples/onesie-request
|
||||
npm install
|
||||
npx tsx main.ts
|
||||
|
||||
Reference in New Issue
Block a user