docs(examples/browser): Warn about outdated example and provide alternative links [skip ci]

This commit is contained in:
Luan
2025-10-12 09:20:49 -03:00
parent 25d0876b91
commit 52b35ddc42

View File

@@ -1,3 +1,6 @@
> ⚠️ **Warning:** This example is outdated.
> Please check out [kira](https://github.com/LuanRT/kira) or [sabr-shaka-example](https://github.com/LuanRT/googlevideo/tree/main/examples/sabr-shaka-example) for up-to-date browser usage.
# Browser Usage
To use YouTube.js in the browser you must proxy requests through your own server. You can see our simple reference implementation in Deno in `examples/browser/proxy/deno.ts`.