This website requires JavaScript.
Explore
Help
Register
Sign In
minhngoc25a
/
yt-dlc
mirror of
https://github.com/blackjack4494/yt-dlc
Watch
1
Star
0
Fork
You've already forked yt-dlc
1
Code
Issues
Releases
Wiki
Activity
88f06afc0c
yt-dlc
/
yt-dlp.sh
3 lines
79 B
Bash
Raw
Normal View
History
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 15:51:25 +02:00
#!/bin/sh
exec
python3
"
$(
dirname
"
$(
realpath
"
$0
"
)
"
)
/yt_dlp/__main__.py
"
"
$@
"