aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Gauthier <amaury.gauthier@etu.unilim.fr>2011-04-07 22:45:19 +0200
committerAmaury Gauthier <amaury.gauthier@etu.unilim.fr>2011-04-07 23:25:47 +0200
commite26005adea7aadf1cc64a17e9e150ed3448ac7e7 (patch)
tree65b6d85c0eb26e20b277d47a8cb1584acf59e3e5
parent4b0d9eed458d862ce938849a9dc88a9a56f57dc2 (diff)
downloadyoutube-dl-e26005adea7aadf1cc64a17e9e150ed3448ac7e7.tar.xz
Deletes duplicate entry in process_info dictionary of YahooIE
-rwxr-xr-xyoutube-dl1
1 files changed, 0 insertions, 1 deletions
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: