Skip to content

Instantly share code, notes, and snippets.

@enblanco
Last active September 30, 2020 20:28
Show Gist options
  • Save enblanco/fd5276a5f0b6c9b2e262fb367e390d20 to your computer and use it in GitHub Desktop.
Save enblanco/fd5276a5f0b6c9b2e262fb367e390d20 to your computer and use it in GitHub Desktop.
Download m3u8 stream using ffmpeg
ffmpeg -user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7" -i https://url.m3u8 -c copy output_file.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment