mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-25 18:54:56 +09:00
28419ca2c8
* Add `repr` and `str` that mimics `list` * Add `reversed`. Unlike `[::-1]`, reversed does not exhaust the iterable and modifies the `LazyList` in-place * Add tests