projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0d9ee
)
Deletes duplicate entry in process_info dictionary of YahooIE
author
Amaury Gauthier
<amaury.gauthier@etu.unilim.fr>
Thu, 7 Apr 2011 20:45:19 +0000
(22:45 +0200)
committer
Amaury Gauthier
<amaury.gauthier@etu.unilim.fr>
Thu, 7 Apr 2011 21:25:47 +0000
(23:25 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 3ac27a8570eeebd5889efbe9111a324f751dc01d..08e9594115bfd83ba4c6e85aacae363ceb1b07c9 100755
(executable)
--- 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: