summaryrefslogtreecommitdiffstats
path: root/watch-video.sh
diff options
context:
space:
mode:
Diffstat (limited to 'watch-video.sh')
-rwxr-xr-xwatch-video.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-video.sh b/watch-video.sh
index ba43c35..e923a35 100755
--- a/watch-video.sh
+++ b/watch-video.sh
@@ -21,6 +21,6 @@
# $video is each video after argv[0]
for video ; do
#bash #*= gets all characters after a =
- list+="https://youtube.com/watch?v=${video#*=} "
+ list+="ytdl://youtube.com/watch?v=${video#*=} "
done
mpv $list