Skip to content

Instantly share code, notes, and snippets.

@marlosirapuan
Last active June 20, 2026 13:05
Show Gist options
  • Select an option

  • Save marlosirapuan/778d6beda5f8ab95695748011c864b19 to your computer and use it in GitHub Desktop.

Select an option

Save marlosirapuan/778d6beda5f8ab95695748011c864b19 to your computer and use it in GitHub Desktop.
Download .m3u8 files on MacOS

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
@dimengyu

Copy link
Copy Markdown

It works like a dream!! Thank you!

@campe0n

campe0n commented Dec 15, 2025

Copy link
Copy Markdown

thank you !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment