Added ExtractAudio example
This commit is contained in:
parent
7c72c89950
commit
1d454fb886
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue