From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/bin/yt-dlpm | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 common/bin/yt-dlpm (limited to 'common/bin/yt-dlpm') diff --git a/common/bin/yt-dlpm b/common/bin/yt-dlpm new file mode 100755 index 0000000..b30ccaa --- /dev/null +++ b/common/bin/yt-dlpm @@ -0,0 +1,3 @@ +#!/bin/sh + +yt-dlp --audio-format=best --extract-audio --output "%(title)s" --embed-metadata --parse-metadata "date:%(release_date)s" $* -- cgit v1.2.3