diff options
| author | Amaury Gauthier <amaury.gauthier@etu.unilim.fr> | 2011-04-07 22:45:19 +0200 | 
|---|---|---|
| committer | Amaury Gauthier <amaury.gauthier@etu.unilim.fr> | 2011-04-07 23:25:47 +0200 | 
| commit | e26005adea7aadf1cc64a17e9e150ed3448ac7e7 (patch) | |
| tree | 65b6d85c0eb26e20b277d47a8cb1584acf59e3e5 | |
| parent | 4b0d9eed458d862ce938849a9dc88a9a56f57dc2 (diff) | |
Deletes duplicate entry in process_info dictionary of YahooIE
| -rwxr-xr-x | youtube-dl | 1 | 
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: | 
