Deletes duplicate entry in process_info dictionary of YahooIE
authorAmaury Gauthier <amaury.gauthier@etu.unilim.fr>
Thu, 7 Apr 2011 20:45:19 +0000 (22:45 +0200)
committerAmaury Gauthier <amaury.gauthier@etu.unilim.fr>
Thu, 7 Apr 2011 21:25:47 +0000 (23:25 +0200)
youtube-dl

index 3ac27a8..08e9594 100755 (executable)
@@ -1713,7 +1713,6 @@ class YahooIE(InfoExtractor):
                                'thumbnail':    video_thumbnail.decode('utf-8'),
                                'description':  video_description,
                                'thumbnail':    video_thumbnail,
-                               'description':  video_description,
                                'player_url':   None,
                        })
                except UnavailableVideoError: