selsta / hlsdl

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

downloading duration et al #87

Closed sgerwk closed 3 years ago

sgerwk commented 3 years ago

The main commit in this PR is a new option -i seconds to set the duration of downloading in seconds, similar to how -s sets its starting time.

The other changes are minor.

sgerwk commented 3 years ago

This fixes one part of #60.

selsta commented 3 years ago

Thank you :)