]> jfr.im git - yt-dlp.git/commit - README.md
Add slicing notation to `--playlist-items`
authorpukkandan <redacted>
Fri, 17 Jun 2022 04:48:21 +0000 (10:18 +0530)
committerpukkandan <redacted>
Fri, 17 Jun 2022 05:06:52 +0000 (10:36 +0530)
commit7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e
tree368974f9939f111ddb274adaad03ac88d782fa92
parentf0c9fb96827ff798a48626e7e5d32a9c5de7b97e
Add slicing notation to `--playlist-items`

* Adds support for negative indices and step
* Add `-I` as alias for `--playlist-index`
* Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse`

Closes #2951, Closes #2853
README.md
test/test_YoutubeDL.py
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/options.py
yt_dlp/utils.py