mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
What a bummer... At least they can't remove audio-only, since it's still needed for YouTube Music. :)
NOTE: Build the library first before running the examples!
npm run build
Browser Example
cd examples/browser/web
npm install
npm run dev
# Proxy server
deno run --allow-net --allow-read examples/browser/proxy/deno.ts
Downloader Example
cd examples/downloader
npm install
npx tsx main.ts
# Example with ffmpeg
npx tsx ffmpeg-example.ts
"Onesie" Request Example
cd examples/onesie-request
npm install
npx tsx main.ts