/hotstar-dl

Golang cli app to download hotstar videos

Primary LanguageHTMLMIT LicenseMIT

hotstar-dl

Golang cli app to download hotstar videos

Build Status Coverage Status Go Report Card

Static builds are found under Assets section in Releases tab.

Use args such as -h or --help to view the usage of application.

Sample Demo

hotstar-dl_v2 1 0_demo

Steps to download video/audio

  1. Download binaries from here

  2. Get a sample url from hotstar website

  3. To list the available formats to download use the below command,

    hotstardl.exe -l <URL>

    where URL is the sample URL from step 1

  4. Choose a format from the above list.

  5. 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