summaryrefslogtreecommitdiff
path: root/.old/ytdl-dlplst
diff options
context:
space:
mode:
Diffstat (limited to '.old/ytdl-dlplst')
-rwxr-xr-x.old/ytdl-dlplst5
1 files changed, 5 insertions, 0 deletions
diff --git a/.old/ytdl-dlplst b/.old/ytdl-dlplst
new file mode 100755
index 0000000..f7b4a47
--- /dev/null
+++ b/.old/ytdl-dlplst
@@ -0,0 +1,5 @@
+#!/bin/sh
+echo "Getting Video ID's..."
+for id in $(youtube-dl --get-id "$1"); do
+ youtube-dl --newline "https://youtu.be/$id" &
+done