aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyoutube-dl1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 4bb84386a..760930e44 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1917,7 +1917,6 @@ class YahooIE(InfoExtractor):
'thumbnail': video_thumbnail.decode('utf-8'),
'description': video_description,
'thumbnail': video_thumbnail,
- 'description': video_description,
'player_url': None,
})
except UnavailableVideoError: