From 5a481d65fa99862110bb84d10a2f15f0cb47cab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0x=E2=88=85?= Date: Sun, 4 Jan 2026 10:22:37 +0530 Subject: [PATCH] [ie/hotstar] Extract from new API (#15480) Closes #15479 Authored by: 0xvd --- yt_dlp/extractor/hotstar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/hotstar.py b/yt_dlp/extractor/hotstar.py index 2ae527a59e..6bbb538e7b 100644 --- a/yt_dlp/extractor/hotstar.py +++ b/yt_dlp/extractor/hotstar.py @@ -27,7 +27,7 @@ class HotStarBaseIE(InfoExtractor): _TOKEN_NAME = 'userUP' _BASE_URL = 'https://www.hotstar.com' _API_URL = 'https://api.hotstar.com' - _API_URL_V2 = 'https://apix.hotstar.com/v2' + _API_URL_V2 = 'https://www.hotstar.com/api/internal/bff/v2' _AKAMAI_ENCRYPTION_KEY = b'\x05\xfc\x1a\x01\xca\xc9\x4b\xc4\x12\xfc\x53\x12\x07\x75\xf9\xee' _FREE_HEADERS = {