From: Sergey M․ Date: Thu, 23 Feb 2017 15:01:57 +0000 (+0700) Subject: [YoutubeDL] Add more numeric fields for NA substitution in outtmpl X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=b3175982c31a61ff4184d666b0bdb6dd34213365;p=youtube-dl.git [YoutubeDL] Add more numeric fields for NA substitution in outtmpl --- diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index fc5e67828..56a8691eb 100755 --- 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', ))