Skip to content

Instantly share code, notes, and snippets.

@crispgm
Created December 13, 2020 16:59
Show Gist options
  • Save crispgm/2c65c53ed007bb24066019a4c0b14727 to your computer and use it in GitHub Desktop.
Save crispgm/2c65c53ed007bb24066019a4c0b14727 to your computer and use it in GitHub Desktop.
download m3u8 file with 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 "url_to_m3u8.m3u8" -c copy /path/to/output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment