Files
dotfiles/scripts/yt-dlp.sh
2025-06-13 21:46:40 +05:30

3 lines
56 B
Bash
Executable File

#!/bin/bash
yt-dlp --proxy socks5://127.0.0.1:1080 "$@"