mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
fc5fa964c7
commit
6970b6005e
12 changed files with 26 additions and 22 deletions
|
@ -235,7 +235,7 @@ def sanitize_got_info_dict(got_dict):
|
|||
}
|
||||
|
||||
# display_id may be generated from id
|
||||
if test_info_dict.get('display_id') == test_info_dict['id']:
|
||||
if test_info_dict.get('display_id') == test_info_dict.get('id'):
|
||||
test_info_dict.pop('display_id')
|
||||
|
||||
return test_info_dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue