From 3691c8b74cf9aaf63e9a059072f376c4c6138b5d Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 2 Feb 2021 14:58:38 +0100 Subject: Download m3u8 function --- functions/dlm3u8.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/dlm3u8.fish diff --git a/functions/dlm3u8.fish b/functions/dlm3u8.fish new file mode 100644 index 0000000..69dff83 --- /dev/null +++ b/functions/dlm3u8.fish @@ -0,0 +1,3 @@ +function dlm3u8 + ffmpeg -i "$argv[1]" -c copy -bsf:a aac_adtstoasc "$argv[2].mp4" +end -- cgit v1.2.3