diff options
Diffstat (limited to '.old/ytdl-dlplst')
-rwxr-xr-x | .old/ytdl-dlplst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.old/ytdl-dlplst b/.old/ytdl-dlplst deleted file mode 100755 index f7b4a47..0000000 --- a/.old/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 |