[vlive] fix inkey request(closes #28589)
authorRemita Amine <remitamine@gmail.com>
Tue, 30 Mar 2021 09:00:40 +0000 (10:00 +0100)
committerRemita Amine <remitamine@gmail.com>
Tue, 30 Mar 2021 09:01:06 +0000 (10:01 +0100)
youtube_dl/extractor/vlive.py

index e2f5d81b86f1f22bc3a7b383a2457a20bf81156c..42da34d44b92bdcf90501238849fd72c93c0e550 100644 (file)
@@ -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: