15 lines
No EOL
330 B
TOML
15 lines
No EOL
330 B
TOML
[hoard]
|
|
# Data Download Directory
|
|
data_dir = "./download"
|
|
|
|
[youtube]
|
|
# Interval in minutes for checking
|
|
interval = 2
|
|
# Format of the thumbnail image
|
|
thumbnail_format = "jpg"
|
|
# Output Template
|
|
output_format = "%(title)s [%(id)s].%(ext)s"
|
|
|
|
[youtube.channels]
|
|
# Channel Mappings
|
|
MentalOutlaw = "https://www.youtube.com/@MentalOutlaw" |