selsta / hlsdl

C program to download VoD HLS (.m3u8) files
MIT License
630 stars 158 forks source link

add option for selecting the audio language #86

Closed sgerwk closed 3 years ago

sgerwk commented 3 years ago

The new option allows to choose the language on the command line. For example, hlsdl -A eng url selects the english language if present without asking the user.

selsta commented 3 years ago

Thank you.