From 1d454fb8863c882ce3080c4a4b035e70f2963aa9 Mon Sep 17 00:00:00 2001 From: Logan G Date: Fri, 3 Jan 2025 18:30:19 -0700 Subject: [PATCH] Added ExtractAudio example --- config-sample.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config-sample.toml b/config-sample.toml index e0ff4cd..436f63c 100644 --- a/config-sample.toml +++ b/config-sample.toml @@ -30,3 +30,12 @@ SizeLimit = 10000000 Filters = [ {Name = "No Shorts", Input = "%Playlist%", Pattern = ".*- Shorts$", AllowDeny = false} ] + +[Group.OdyseeAudio] +URL = [ "https://odysee.com/@DistroTube:2", "https://odysee.com/@AlphaNerd:8" ] +OutputDir = "videos/Audio/%Channel%/" +FileName = "%Timestamp% - %Title%.m4a" +CFormat = "ipod" +ExtractFormat = "best" +NumVideos = 5 +SizeLimit = 10000000