Add Best Video & Audio snippet.

This commit is contained in:
Nick Hepler 2024-11-11 18:09:30 -05:00
parent 20f8e5665b
commit 910ea06853

View File

@ -1,5 +1,12 @@
# yt-dlp Snippets
## Best Video & Audio
To grab the best quality audio and video and merge them automatically into a single file.
```shell
yt-dlp -f "bestvideo+bestaudio" <url>
```
## Best Video in MP4
Download the best quality video in .mp4 format.