1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 19:49:33 +00:00

Added Cookie Functionality to Hotstar

This commit is contained in:
Dev Bali 2021-06-22 19:08:41 -07:00
parent ab174d33b8
commit 1334304793

View file

@ -19,7 +19,7 @@ from ..utils import (
int_or_none,
str_or_none,
try_get,
url_or_none
url_or_none,
)
@ -35,7 +35,8 @@ class HotStarBaseIE(InfoExtractor):
h.update(headers)
return self._download_json(
'https://api.hotstar.com/' + path,video_id, headers=h, query=query, data=data)
'https://api.hotstar.com/' + path,
video_id, headers=h, query=query, data=data)
def _call_api(self, path, video_id, query_name='contentId'):
response = self._call_api_impl(path, video_id, {