This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
yt-dlp
kopia lustrzana
https://github.com/yt-dlp/yt-dlp
Obserwuj
1
Polub
0
Forkuj
You've already forked yt-dlp
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
ee57a19d84
yt-dlp
/
yt-dlp.sh
3 wiersze
79 B
Bash
Czysty
Zwykły widok
Historia
Unescape
Escape
Improve the yt-dlp.sh script (#248) * Quote the `$0` variable to correctly handle spaces * Change the shebang line to `/bin/sh` to avoid unnecessarily depending on bash * Use the `exec` command to avoid having the shell process linger unnecessarily * Change the mode to make the script directly executable Authored by: fstirlitz :ci skip all
2021-04-17 13:51:25 +00:00
#!/bin/sh
exec
python3
"
$(
dirname
"
$(
realpath
"
$0
"
)
"
)
/yt_dlp/__main__.py
"
"
$@
"