mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-01 10:11:57 +02:00
parent
9040e2d6e3
commit
497d77e1aa
3 changed files with 86 additions and 1 deletions
|
@ -211,7 +211,7 @@ def sanitize_got_info_dict(got_dict):
|
|||
|
||||
# Auto-generated
|
||||
'autonumber', 'playlist', 'format_index', 'video_ext', 'audio_ext', 'duration_string', 'epoch',
|
||||
'fulltitle', 'extractor', 'extractor_key', 'filepath', 'infojson_filename', 'original_url',
|
||||
'fulltitle', 'extractor', 'extractor_key', 'filepath', 'infojson_filename', 'original_url', 'n_entries',
|
||||
|
||||
# Only live_status needs to be checked
|
||||
'is_live', 'was_live',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue