mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
Ignoring them is not the best solution, but at least we don't end up with a corrupted file :P Note: This would only happen when downloading two itags (MediaType.MEDIA_TYPE_DEFAULT). Other changes: Convert field names to camelCase.
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