ytva/config.toml

22 lines
615 B
TOML
Raw Normal View History

2024-12-31 18:59:03 -05:00
TempDir = "/tmp/"
2024-12-31 16:33:46 -05:00
2024-12-31 18:59:03 -05:00
[Group.PCBuilders]
URL = [ "https://www.youtube.com/@BudgetBuildsOfficial", "https://www.youtube.com/@RandomGaminginHD" ]
OutputDir = "out/%Channel%/%Playlist%/"
FileName = "%Timestamp% - %Title%.mkv"
CFormat = "matroska"
2024-12-31 16:33:46 -05:00
VideoFormat = "bestvideo[height<=720]"
AudioFormat = "bestaudio"
2024-12-31 18:59:03 -05:00
NumVideos = 2
SizeLimit = 4294967296
[Group.Odysee]
URL = [ "https://odysee.com/@AlphaNerd:8", "https://odysee.com/@rossmanngroup:a" ]
OutputDir = "out2/%Channel%/"
FileName = "%Timestamp% - %Title%.mkv"
CFormat = "mp4"
VideoFormat = "best[height<=720]"
AudioFormat = ""
NumVideos = 2
SizeLimit = 4294967296