Skip to content

Instantly share code, notes, and snippets.

@mngyuan
Last active May 11, 2026 10:29
Show Gist options
  • Select an option

  • Save mngyuan/6344d1419fcad2b6a3dc60378560ae63 to your computer and use it in GitHub Desktop.

Select an option

Save mngyuan/6344d1419fcad2b6a3dc60378560ae63 to your computer and use it in GitHub Desktop.
Download (almost) any video including Facebook reels, YouTube, etc. on MacOS
  1. Download yt-dlp from the official Github
  2. In Terminal.app, navigate to the downloaded binary i.e. cd ~/Downloads
  3. Make the downloaded binary executable: chmod +x yt-dlp_macos
  4. Allow MacOS to run the binary: xattr -cr yt-dlp_macos
  5. Run yt-dlp i.e. yt-dlp https://www.instagram.com/reels/DVHWxCJkmlC/ -o marin.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment