Skip to content

Instantly share code, notes, and snippets.

@selivan
Last active July 20, 2025 13:11
Show Gist options
  • Save selivan/4570fd738d39acc7d19f1f88f963b988 to your computer and use it in GitHub Desktop.
Save selivan/4570fd738d39acc7d19f1f88f963b988 to your computer and use it in GitHub Desktop.
yt-dlp config
--proxy socks5://127.0.0.1:3000
--output "%(uploader&{} - |)s%(series&{}-|)s%(season&{}-|)s%(season_number&{}-|)s%(episode_number&{}-|)s%(title)s.%(ext)s"
@selivan
Copy link
Author

selivan commented Jul 20, 2025

Linux: ${XDG_CONFIG_HOME:-$HOME/.config}/yt-dlp/config
Windows: %APPDATA%\yt-dlp\config

https://github.com/yt-dlp/yt-dlp/?tab=readme-ov-file#configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment