From 99686c16cbe99373bac76297467bed9b5aed138c Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 5 Jul 2017 18:11:51 +0000 Subject: [PATCH] fix --- youtube-dl-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl-android.sh b/youtube-dl-android.sh index 54104ab..8f5c1b3 100755 --- a/youtube-dl-android.sh +++ b/youtube-dl-android.sh @@ -16,7 +16,7 @@ fi mkdir -p $pfad cd $pfad -/data/data/com.termux/files/usr/bin/python /storage/emulated/0/youtube-dl --ffmpeg-location /data/data/com.termux/files/usr/bin/ffmpeg -i $format $url +/data/data/com.termux/files/usr/bin/python /data/data/com.termux/files/usr/bin/youtube-dl --ffmpeg-location /data/data/com.termux/files/usr/bin/ffmpeg -i $format $url # ROOT_SHELL="$PREFIX/bin/bash"