index
:
PKGBUILDs
master
collection of personal Arch Linux PKGBUILDs
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
yt-dlp_youtube-dl
/
youtube-dl.sh
blob: b91f257f45e87f60db8047f125404b7202816f48 (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env sh
YTDLP
=
"
$(
which
yt-dlp
)
"
exec
"
${
YTDLP
}
"
--compat-options
youtube-dl
"
$@
"