1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-05 02:32:44 +01:00

Remove duplicate key

This commit is contained in:
Rémy Léone 2015-11-11 12:00:31 +01:00
parent 9b738b2caa
commit d8b7e80d29

View File

@ -84,6 +84,5 @@ def _real_extract(self, url):
'duration': duration,
'upload_date': upload_date,
'title': title,
'formats': formats,
'categories': categories,
}