3 lines
56 B
Bash
Executable File
3 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
yt-dlp --proxy socks5://127.0.0.1:1080 "$@"
|