From 5468ff4d917eeb292ce0bfe7cf13eef75cccae19 Mon Sep 17 00:00:00 2001 From: codesparkle Date: Fri, 30 Jan 2015 20:11:51 +1100 Subject: Remove duplicate dictionary keys --- youtube_dl/extractor/appletrailers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'youtube_dl/extractor/appletrailers.py') diff --git a/youtube_dl/extractor/appletrailers.py b/youtube_dl/extractor/appletrailers.py index 70621946d..287f71e07 100644 --- a/youtube_dl/extractor/appletrailers.py +++ b/youtube_dl/extractor/appletrailers.py @@ -122,7 +122,6 @@ class AppleTrailersIE(InfoExtractor): playlist.append({ '_type': 'video', 'id': video_id, - 'title': title, 'formats': formats, 'title': title, 'duration': duration, -- cgit v1.2.3