diff options
author | dirkf <[email protected]> | 2022-08-28 01:47:16 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-28 01:47:16 +0100 |
commit | ed1ad29633332634612f1c2cd39e52e05606338d (patch) | |
tree | 708494e522cf20a289c980f8a647f0cc8a8769b3 | |
parent | 9a0a381954e90cfee7c601473699697300c66abb (diff) | |
download | youtube-dl-df-test-cleanup.tar.gz youtube-dl-df-test-cleanup.zip |
[extractor/bigo] Update API URLdf-test-cleanup
-rw-r--r-- | youtube_dl/extractor/bigo.py | 2 |
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): |