mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[YoutubeDL] Fix output template for missing timestamp (closes #12796)
This commit is contained in:
parent
3019cb0c99
commit
a4d6cf970c
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ def prepare_filename(self, info_dict):
|
|||
|
||||
NUMERIC_FIELDS = set((
|
||||
'width', 'height', 'tbr', 'abr', 'asr', 'vbr', 'fps', 'filesize', 'filesize_approx',
|
||||
'upload_year', 'upload_month', 'upload_day',
|
||||
'timestamp', 'upload_year', 'upload_month', 'upload_day',
|
||||
'duration', 'view_count', 'like_count', 'dislike_count', 'repost_count',
|
||||
'average_rating', 'comment_count', 'age_limit',
|
||||
'start_time', 'end_time',
|
||||
|
|
Loading…
Reference in a new issue