Remove duplicate dictionary keys
[youtube-dl] / youtube_dl / extractor / appletrailers.py
index 70621946d8a8c9de4437d36755d8476f65608318..287f71e076e91a44ea331c995410fbe8b40d178d 100644 (file)
@@ -122,7 +122,6 @@ class AppleTrailersIE(InfoExtractor):
             playlist.append({
                 '_type': 'video',
                 'id': video_id,
-                'title': title,
                 'formats': formats,
                 'title': title,
                 'duration': duration,