From e26005adea7aadf1cc64a17e9e150ed3448ac7e7 Mon Sep 17 00:00:00 2001 From: Amaury Gauthier Date: Thu, 7 Apr 2011 22:45:19 +0200 Subject: [PATCH] Deletes duplicate entry in process_info dictionary of YahooIE --- youtube-dl | 1 - 1 file changed, 1 deletion(-) 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: