mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
Merge pull request #7454 from sieben/duplicate_keys
Remove duplicate key
This commit is contained in:
commit
bfd88516eb
@ -84,6 +84,5 @@ def _real_extract(self, url):
|
||||
'duration': duration,
|
||||
'upload_date': upload_date,
|
||||
'title': title,
|
||||
'formats': formats,
|
||||
'categories': categories,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user