about summary refs log tree commit diff
diff options
context:
space:
mode:
authordirkf <fieldhouse@gmx.net>2022-08-28 01:47:16 +0100
committerGitHub <noreply@github.com>2022-08-28 01:47:16 +0100
commited1ad29633332634612f1c2cd39e52e05606338d (patch)
tree708494e522cf20a289c980f8a647f0cc8a8769b3
parent9a0a381954e90cfee7c601473699697300c66abb (diff)
downloadyoutube-dl-df-test-cleanup.tar.gz
youtube-dl-df-test-cleanup.tar.xz
youtube-dl-df-test-cleanup.zip
[extractor/bigo] Update API URL df-test-cleanup
-rw-r--r--youtube_dl/extractor/bigo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bigo.py b/youtube_dl/extractor/bigo.py
index edf486b69..34f1abd41 100644
--- a/youtube_dl/extractor/bigo.py
+++ b/youtube_dl/extractor/bigo.py
@@ -32,7 +32,7 @@ class BigoIE(InfoExtractor):
         user_id = self._match_id(url)
 
         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}))
 
         if not isinstance(info_raw, dict):