This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[youtube:user] Fix id key (
Fixes
#1745
)
totalwebcasting
Philipp Hagemeister
11 years ago
parent
7eeb5bef24
commit
b11cec4162
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/youtube.py
+ 1
- 1
youtube_dl/extractor/youtube.py
View File
@ -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
)
Write
Preview
Loading…
Cancel
Save