This commit is contained in:
JMARyA 2024-03-07 16:18:47 +01:00
commit 64215f5b70
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 984 additions and 0 deletions

15
config.toml Normal file
View file

@ -0,0 +1,15 @@
[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"