mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 20:12:12 +00:00
This allows users to easily find a format.
Ex:
```js
info.streaming_data.adaptive_formats.get({ quality_label: "720p" });
```
This allows users to easily find a format.
Ex:
```js
info.streaming_data.adaptive_formats.get({ quality_label: "720p" });
```