Add Best Video & Audio snippet.
This commit is contained in:
parent
20f8e5665b
commit
910ea06853
@ -1,5 +1,12 @@
|
|||||||
# yt-dlp Snippets
|
# 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
|
## Best Video in MP4
|
||||||
Download the best quality video in .mp4 format.
|
Download the best quality video in .mp4 format.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user