From 9aa290b9667832c8ae41ed8bc36e57da7a74b9c2 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Thu, 31 Aug 2023 01:01:57 +0200 Subject: complete script revamp --- lib/action/Download | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 lib/action/Download (limited to 'lib/action/Download') 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")" - -- cgit v1.2.3