mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-02 03:33:29 +00:00
Remove duplicate dictionary keys
This commit is contained in:
@@ -122,7 +122,6 @@ class AppleTrailersIE(InfoExtractor):
|
||||
playlist.append({
|
||||
'_type': 'video',
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
'formats': formats,
|
||||
'title': title,
|
||||
'duration': duration,
|
||||
|
||||
Reference in New Issue
Block a user