Browse Source

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

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
b3175982c3
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/YoutubeDL.py

+ 1
- 0
youtube_dl/YoutubeDL.py 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',
))


Loading…
Cancel
Save