]> jfr.im git - yt-dlp.git/commit - README.md
Improve output template (see desc)
authorpukkandan <redacted>
Thu, 15 Apr 2021 12:31:16 +0000 (18:01 +0530)
committerpukkandan <redacted>
Wed, 21 Apr 2021 22:49:33 +0000 (04:19 +0530)
commita439a3a45ca884956cacc104680e0a32aa3faba5
tree19f9b1fbc36d6d39c2d6819fdbc5a0d3d4f2af0c
parent26e2805c3f11066c79ed29cf78511eae7fdc7a7b
Improve output template (see desc)
* Objects can be traversed like `%(field.key1.key2)s`
* A number can be added to the field as `%(field+n)s`
* Deprecates `--autonumber-start`
README.md
test/test_YoutubeDL.py
yt_dlp/YoutubeDL.py
yt_dlp/options.py
yt_dlp/utils.py