1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-17 10:39:33 +00:00

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

This commit is contained in:
Sergey M․ 2017-02-23 22:01:57 +07:00
parent 89db639dfe
commit b3175982c3
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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',
))