]> asedeno.scripts.mit.edu Git - youtube-dl.git/commitdiff
Deletes duplicate entry in process_info dictionary of YahooIE 100/head
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 3ac27a8570eeebd5889efbe9111a324f751dc01d..08e9594115bfd83ba4c6e85aacae363ceb1b07c9 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: