Golang cli app to download hotstar videos
Static builds are found under Assets
section in Releases
tab.
Use args such as -h or --help to view the usage of application.
-
Download binaries from here
-
Get a sample url from hotstar website
-
To list the available formats to download use the below command,
hotstardl.exe -l <URL>
where URL is the sample URL from step 1
-
Choose a format from the above list.
-
To download video/audio use the below command
hotstardl.exe -f <FORMAT> <URL>
where
- URL - sample URL from step 1 and
- FORMAT - format choosen in step 4