Adds the following prebuilt presets: ``` "Single" "SoundCloud Discography" "YouTube Releases" "YouTube Full Albums" "Bandcamp" ``` which require no config.yaml to use. Usage examples can be found in the `/examples` directory
24 lines
890 B
YAML
24 lines
890 B
YAML
# Global overrides for all subscriptions. Can either be set here or in your config.yaml
|
|
__preset__:
|
|
overrides:
|
|
tv_show_directory: "/tv_shows" # Root folder of ytdl-sub TV Shows
|
|
download_range: "2months" # Range to keep for only recent
|
|
|
|
|
|
# All subscriptions under this will use the `TV Show Full Archive` preset
|
|
TV Show Full Archive:
|
|
# Sets "Music" for genre
|
|
= Music:
|
|
"Rick A": "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw"
|
|
"Opeth": "https://www.youtube.com/channel/UCmQSJTFZaXN85gYk6W3XbdQ"
|
|
|
|
# Sets "Kids" for genre, "TV-Y" for content rating
|
|
= Kids | TV-Y:
|
|
"Jake Trains": "https://www.youtube.com/@JakeTrains"
|
|
"Kids Toys Play": "https://www.youtube.com/@KidsToysPlayChannel"
|
|
|
|
|
|
# All subscriptions under this will use the `TV Show Only Recent` preset
|
|
TV Show Only Recent:
|
|
= News | TV-14:
|
|
"BBC": "https://www.youtube.com/@BBCNews"
|