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