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