mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
[globo] Use new server in new domain
Domain has changed from `globo-ab.globo.com` to `ab.g.globo`. Server in the old domain is no longer responding to HTTPS requests. As of 2024-12 the extractor is still broken as it will fail down the line due to API changes in Globo side, but this commit is one step towards fixing it.
This commit is contained in:
parent
6fef824025
commit
833dbd8b0b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class GloboIE(InfoExtractor):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
|
||||||
self._request_webpage(
|
self._request_webpage(
|
||||||
HEADRequest('https://globo-ab.globo.com/v2/selected-alternatives?experiments=player-isolated-experiment-02&skipImpressions=true'),
|
HEADRequest('https://ab.g.globo/v2/selected-alternatives?experiments=player-isolated-experiment-02&skipImpressions=true'),
|
||||||
video_id, 'Getting cookies')
|
video_id, 'Getting cookies')
|
||||||
|
|
||||||
video = self._download_json(
|
video = self._download_json(
|
||||||
|
|
Loading…
Reference in a new issue