add soundcloud module
This commit is contained in:
parent
1f32c21363
commit
6b25a5f2a1
4 changed files with 116 additions and 0 deletions
11
config.toml
11
config.toml
|
@ -14,6 +14,17 @@ output_format = "%(title)s [%(id)s].%(ext)s"
|
|||
# Channel Mappings
|
||||
MentalOutlaw = "https://www.youtube.com/@MentalOutlaw"
|
||||
|
||||
[soundcloud]
|
||||
interval = 30
|
||||
limit = 5
|
||||
|
||||
write_comments = true
|
||||
write_description = true
|
||||
audio_format = "opus"
|
||||
|
||||
[soundcloud.artists]
|
||||
Artist = "url"
|
||||
|
||||
[[yt_dlp]]
|
||||
# Module Name
|
||||
name = "Custom-yt_dlp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue