1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 02:19:36 +02: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 @@ def prepare_filename(self, info_dict):
'average_rating', 'comment_count', 'age_limit',
'start_time', 'end_time',
'chapter_number', 'season_number', 'episode_number',
'track_number', 'disc_number', 'release_year',
'playlist_index',
))