projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287e50b
)
[vlive] fix inkey request(closes #28589)
author
Remita Amine
<remitamine@gmail.com>
Tue, 30 Mar 2021 09:00:40 +0000
(10:00 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Tue, 30 Mar 2021 09:01:06 +0000
(10:01 +0100)
youtube_dl/extractor/vlive.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vlive.py
b/youtube_dl/extractor/vlive.py
index e2f5d81b86f1f22bc3a7b383a2457a20bf81156c..42da34d44b92bdcf90501238849fd72c93c0e550 100644
(file)
--- a/
youtube_dl/extractor/vlive.py
+++ b/
youtube_dl/extractor/vlive.py
@@
-106,7
+106,7
@@
class VLiveIE(VLiveBaseIE):
raise ExtractorError('Unable to log in', expected=True)
def _call_api(self, path_template, video_id, fields=None):
- query = {'appId': self._APP_ID, 'gcc': 'KR'}
+ query = {'appId': self._APP_ID, 'gcc': 'KR'
, 'platformType': 'PC'
}
if fields:
query['fields'] = fields
try: