diff --git a/examples/browser/README.md b/examples/browser/README.md index 4fe4d194..ddd679e0 100644 --- a/examples/browser/README.md +++ b/examples/browser/README.md @@ -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`.