mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 23:09:28 +00:00
- `Innertube#actions` and `Innertube#oauth` are now public classes so power users can have more control over the instance. - Implemented all endpoints reverse engineered from the YouTube APK. - The player script is now cached in the OS tmp folder to avoid permission problems. - Added support for almost all YouTube search filters. - Added support for editing channel name and description. - Added support for retrieving Time Watched and basic channel analytics. - Added support for comment translation. - Typings are now generated directly from jsdocs. - The initial Innertube configuration is now extracted from `/sw.js_data` and the visitor data is generated by the library. - Refactored the entire library to improve maintainability and performance.