mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-30 21:20:34 +00:00
3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/bash
|
||
|
python3 "$(dirname $(realpath $0))/yt_dlp/__main__.py" "$@"
|