17 lines
486 B
YAML
17 lines
486 B
YAML
|
endpoints:
|
||
|
login: 'https://api.hotstar.com/in/aadhar/v2/web/th/user/login'
|
||
|
refresh: 'https://www.hotstar.com/api/internal/bff/v2/start'
|
||
|
tv_title: 'https://api.hotstar.com/o/v1/show/detail'
|
||
|
tv_episodes: 'https://api.hotstar.com/o/v1/tray/g/1/detail'
|
||
|
movie_title: 'https://api.hotstar.com/o/v1/movie/detail'
|
||
|
manifest: 'https://api.hotstar.com/play/v4/playback/content/{id}'
|
||
|
|
||
|
device:
|
||
|
os:
|
||
|
name: 'Windows'
|
||
|
version: 10
|
||
|
|
||
|
platform:
|
||
|
name: 'web'
|
||
|
version: '7.35.0'
|