> For the complete documentation index, see [llms.txt](https://notes.tatusl.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tatusl.dev/tools/ytdlp.md).

# yt-dlp

## Download video from Instagram reel

Export to file which is viewable with Apple QuickTime. Tested with yt-dlp version '2025.05.22'

```
yt-dlp -S "vcodec:h264,res,acodec:m4a" -o $FILENAME.mp4 '$REEL_URL'
```
