|
|
|
@ -13,9 +13,8 @@ main() {
|
|
|
|
trap cleanup EXIT
|
|
|
|
trap cleanup EXIT
|
|
|
|
|
|
|
|
|
|
|
|
if [ ! -d ytdlp2STRM ]; then
|
|
|
|
if [ ! -d ytdlp2STRM ]; then
|
|
|
|
git clone \
|
|
|
|
git clone --depth=1 \
|
|
|
|
https://github.com/fe80Grau/ytdlp2STRM.git \
|
|
|
|
https://github.com/fe80Grau/ytdlp2STRM.git
|
|
|
|
--depth=1
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|