mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-22 06:26:32 +01:00
parent
50eff38c1c
commit
388bc4a640
2 changed files with 6 additions and 1 deletions
|
|
@ -254,6 +254,9 @@ class HotStarIE(HotStarBaseIE):
|
|||
'season_id': video_data.get('seasonId'),
|
||||
'episode': title,
|
||||
'episode_number': int_or_none(video_data.get('episodeNo')),
|
||||
'http_headers': {
|
||||
'Referer': 'https://www.hotstar.com/in',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue