Browse Source

[extractor/bigo] Update API URL

dirkf 3 years ago
parent
commit
ed1ad29633
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/bigo.py

+ 1 - 1
youtube_dl/extractor/bigo.py

@@ -32,7 +32,7 @@ class BigoIE(InfoExtractor):
         user_id = self._match_id(url)
         user_id = self._match_id(url)
 
 
         info_raw = self._download_json(
         info_raw = self._download_json(
-            'https://bigo.tv/studio/getInternalStudioInfo',
+            'https://ta.bigo.tv/official_website/studio/getInternalStudioInfo',
             user_id, data=urlencode_postdata({'siteId': user_id}))
             user_id, data=urlencode_postdata({'siteId': user_id}))
 
 
         if not isinstance(info_raw, dict):
         if not isinstance(info_raw, dict):