Last active
April 12, 2026 20:18
-
Star
(105)
You must be signed in to star a gist -
Fork
(14)
You must be signed in to fork a gist
-
-
Save marlosirapuan/778d6beda5f8ab95695748011c864b19 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 | |
| ``` |
super
Where does this download the file to?
Edit: found it in my user folder 👍🏼
Thank you! Worked perfectly.
thank
Thank you very much, work perfectly for me as well!
this is perfect. thanks so much!
This script saves my day!
It works like a dream!! Thank you!
thank you !!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<3 <3 <3 super awesome!