diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-09-13 23:35:48 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-09-13 23:35:48 +0200 |
commit | 34554a7ad4186ad5f39d1b9903b8b619bd77bba1 (patch) | |
tree | b95c2e17be32daa0482d668a57f31a64b390394d | |
parent | 93e1659586d0741f5f7987e6c5232e9636f7df72 (diff) | |
parent | e26005adea7aadf1cc64a17e9e150ed3448ac7e7 (diff) |
Merge remote-tracking branch 'CaptainPatate/master'
-rwxr-xr-x | youtube-dl | 1 |
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: |