projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eeb5be
)
[youtube:user] Fix id key (Fixes #1745)
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 29 Jan 2014 10:16:12 +0000
(11:16 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 29 Jan 2014 10:16:12 +0000
(11:16 +0100)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index 87a5a452e011ba5270b39dd815eb6abc611781c3..54592d174b1b27cbeb55bae783b9549e0ab37dd3 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-1662,7
+1662,7
@@
class YoutubeUserIE(InfoExtractor):
'_type': 'url',
'url': video_id,
'ie_key': 'Youtube',
- 'id':
'video_id'
,
+ 'id':
video_id
,
'title': title,
}
url_results = PagedList(download_page, self._GDATA_PAGE_SIZE)