youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b3175982c31a61ff4184d666b0bdb6dd34213365
parent 89db639dfe02b291bbf901973ca00d6e60fc1dce
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 23 Feb 2017 22:01:57 +0700

[YoutubeDL] Add more numeric fields for NA substitution in outtmpl

Diffstat:
Myoutube_dl/YoutubeDL.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -635,6 +635,7 @@ class YoutubeDL(object): 'average_rating', 'comment_count', 'age_limit', 'start_time', 'end_time', 'chapter_number', 'season_number', 'episode_number', + 'track_number', 'disc_number', 'release_year', 'playlist_index', ))