diff options
| author | Sergey M․ <dstftw@gmail.com> | 2017-02-23 22:01:57 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-02-23 22:01:57 +0700 | 
| commit | b3175982c31a61ff4184d666b0bdb6dd34213365 (patch) | |
| tree | 54aadc94ea0fdfbf36d65a6860152fd2284434ee /youtube_dl/YoutubeDL.py | |
| parent | 89db639dfe02b291bbf901973ca00d6e60fc1dce (diff) | |
[YoutubeDL] Add more numeric fields for NA substitution in outtmpl
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
| -rwxr-xr-x | youtube_dl/YoutubeDL.py | 1 | 
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',              ))  | 
