2
0
Эх сурвалжийг харах

[bambuser] Fix 'uploader_id' extraction (fixes #4944)

Jaime Marquínez Ferrándiz 10 жил өмнө
parent
commit
ae6423d704

+ 1 - 1
youtube_dl/extractor/bambuser.py

@@ -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'],
         }