diff options
Diffstat (limited to 'lib/action/Download')
| -rwxr-xr-x | lib/action/Download | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/action/Download b/lib/action/Download deleted file mode 100755 index 01e8eb5..0000000 --- a/lib/action/Download +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -source ./util/verify/cbd-https -source ./util/dpath - -yt-dlp -f 'bestvideo[height<=1080][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best' \ - -o "$DPATH/%(title)s.%(ext)s" \ - --embed-chapters \ - "$(is_https_url_cbd "$1")" - |
