summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-23 22:01:57 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-23 22:01:57 +0700
commitb3175982c31a61ff4184d666b0bdb6dd34213365 (patch)
tree54aadc94ea0fdfbf36d65a6860152fd2284434ee
parent89db639dfe02b291bbf901973ca00d6e60fc1dce (diff)
downloadyoutube-dl-b3175982c31a61ff4184d666b0bdb6dd34213365.tar.gz
youtube-dl-b3175982c31a61ff4184d666b0bdb6dd34213365.tar.xz
youtube-dl-b3175982c31a61ff4184d666b0bdb6dd34213365.zip
[YoutubeDL] Add more numeric fields for NA substitution in outtmpl
-rwxr-xr-xyoutube_dl/YoutubeDL.py1
1 files changed, 1 insertions, 0 deletions
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',
             ))