init
This commit is contained in:
commit
64215f5b70
9 changed files with 984 additions and 0 deletions
15
config.toml
Normal file
15
config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue