Created
January 25, 2026 15:20
-
-
Save chadly/04ae34f76bf424afd58544a2b335bded to your computer and use it in GitHub Desktop.
yt-dlp configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/yt-dlp/yt-dlp/wiki/EJS | |
| --js-runtimes node | |
| # choose best video/audio in mp4/m4a format | |
| -f "bv*[ext=mp4]+ba[ext=m4a]/bv*[ext=mp4]+ba/b" | |
| --merge-output-format mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment