Created
July 27, 2026 13:28
-
-
Save S-K-Sami/c88d8808585838039de7c8d382807265 to your computer and use it in GitHub Desktop.
Config file for youtube-dlp
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?tab=readme-ov-file | |
| --restrict-filenames | |
| -R infinite | |
| -f bestvideo[height<=1080][protocol^=http]+bestaudio/best[height<=1080][protocol^=http] | |
| -o "%(playlist_index)03d-%(title)s.%(ext)s" | |
| --progress | |
| --console-title |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment