Created
December 13, 2020 16:59
-
-
Save crispgm/2c65c53ed007bb24066019a4c0b14727 to your computer and use it in GitHub Desktop.
download m3u8 file with ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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