Browse Source

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

Sergey M․ 8 years ago
parent
commit
b3175982c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/YoutubeDL.py

+ 1 - 0
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',
             ))