mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 11:32:27 +00:00
* feat(utils): Implement LZW compression module * feat(Session): Implement cache for sessions This should improve performance quite a bit for those who are not using the `generate_session_locally` option (like me :P). * refactor(Player): Add LZW compression This considerably reduces the size of the cache.