Forked from marlosirapuan/gist:778d6beda5f8ab95695748011c864b19
Created
June 13, 2023 20:07
-
-
Save jonabaptistella/ed14fc59f496080e5e018069c25ee95d to your computer and use it in GitHub Desktop.
Download .m3u8 files on MacOS
This file contains hidden or 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
Install ffmpeg | |
``` | |
brew install ffmpeg | |
``` | |
Download file through url, like this: | |
``` | |
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "http://url-file.domain.m3u8" -c copy video.mp4 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment