ytva/config.toml
2024-12-31 18:28:07 -07:00

21 lines
621 B
TOML

TempDir = "/tmp/"
[Group.PCBuilders]
URL = [ "https://www.youtube.com/@BudgetBuildsOfficial", "https://www.youtube.com/@RandomGaminginHD" ]
OutputDir = "videos/%Channel%/%Playlist%/"
FileName = "%Timestamp% - %Title%.mkv"
CFormat = "matroska"
VideoFormat = "bestvideo[height<=720]"
AudioFormat = "bestaudio"
NumVideos = 2
SizeLimit = 4294967296
[Group.Odysee]
URL = [ "https://odysee.com/@AlphaNerd:8", "https://odysee.com/@rossmanngroup:a" ]
OutputDir = "videos2/%Channel%/"
FileName = "%Timestamp% - %Title%.mkv"
CFormat = "mp4"
VideoFormat = "best[height<=720]"
AudioFormat = ""
NumVideos = 2
SizeLimit = 4294967296