Added ExtractAudio example

This commit is contained in:
Logan G 2025-01-03 18:30:19 -07:00
parent 7c72c89950
commit 1d454fb886
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -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