Cleaned up example config

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

View file

@ -2,7 +2,7 @@ TempDir = "/tmp/"
[Group.LinuxYouTubers]
URL = [ "https://www.youtube.com/@DistroTube", "https://www.youtube.com/@MentalOutlaw" ]
OutputDir = "videos/%Channel%/%Playlist%/"
OutputDir = "videos/Linux/%Channel%/%Playlist%/"
FileName = "%Timestamp% - %Title%.mkv"
CFormat = "matroska"
VideoFormat = "bestvideo[height<=720]"
@ -12,16 +12,16 @@ SizeLimit = 200000000
[Group.Odysee]
URL = [ "https://odysee.com/@DistroTube:2", "https://odysee.com/@AlphaNerd:8" ]
OutputDir = "videos2/%Channel%/"
OutputDir = "videos/Odysee/%Channel%/"
FileName = "%Timestamp% - %Title%.mp4"
CFormat = "mp4"
VideoFormat = "best[height<=720]"
NumVideos = 5
SizeLimit = 200000000
[Group.Music]
[Group.YouTubeMusic]
URL = [ "https://www.youtube.com/@NoCopyrightSounds", "https://www.youtube.com/@incompetech_kmac" ]
OutputDir = "music/%Channel%/"
OutputDir = "videos/Music/%Channel%/"
FileName = "%Title%.webm"
CFormat = "webm"
AudioFormat = "bestaudio"