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
[bambuser] Fix 'uploader_id' extraction (
fixes
#4944
)
totalwebcasting
Jaime Marquínez Ferrándiz
10 years ago
parent
c80b9cd280
commit
ae6423d704
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/bambuser.py
+ 1
- 1
youtube_dl/extractor/bambuser.py
View File
@ -50,7 +50,7 @@ class BambuserIE(InfoExtractor):
'
duration
'
:
int
(
info
[
'
length
'
]
)
,
'
view_count
'
:
int
(
info
[
'
views_total
'
]
)
,
'
uploader
'
:
info
[
'
username
'
]
,
'
uploader_id
'
:
info
[
'
uid
'
]
,
'
uploader_id
'
:
info
[
'
owner
'
]
[
'
uid
'
]
,
}
Write
Preview
Loading…
Cancel
Save