From: Amaury Gauthier Date: Thu, 7 Apr 2011 20:45:19 +0000 (+0200) Subject: Deletes duplicate entry in process_info dictionary of YahooIE X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=e26005adea7aadf1cc64a17e9e150ed3448ac7e7;p=youtube-dl Deletes duplicate entry in process_info dictionary of YahooIE --- diff --git a/youtube-dl b/youtube-dl index 3ac27a857..08e959411 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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: