From 833dbd8b0b1948b345b4d91bd1426d126d9d9a16 Mon Sep 17 00:00:00 2001 From: Leonardo Brondani Schenkel Date: Mon, 9 Dec 2024 10:45:17 +0100 Subject: [PATCH] [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. --- yt_dlp/extractor/globo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/globo.py b/yt_dlp/extractor/globo.py index d72296be6e..9af435abd2 100644 --- a/yt_dlp/extractor/globo.py +++ b/yt_dlp/extractor/globo.py @@ -81,7 +81,7 @@ class GloboIE(InfoExtractor): video_id = self._match_id(url) 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 = self._download_json(