mirror of https://github.com/blackjack4494/yt-dlc
3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/bash
|
||
|
python3 "$(dirname $(realpath $0))/yt_dlp/__main__.py" "$@"
|