1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-08 12:58:11 +02:00

Release 2021.06.09

This commit is contained in:
pukkandan 2021-06-10 00:49:48 +05:30
parent 385a27fad1
commit 0d47c278d1
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

View File

@ -19,6 +19,12 @@ # Instuctions for creating release
-->
### 2021.06.09
* Fix bug where `%(field)d` in filename template throws error
* Improve offset parsing in outtmpl
* [test] More rigorous tests for `prepare_filename`
### 2021.06.08
* Remove support for obsolete Python versions: Only 3.6+ is now supported