26 lines
954 B
YAML
26 lines
954 B
YAML
# Bare-bones config. Here are some useful links to get started:
|
|
# Walk-through Guide: https://github.com/jmbannon/ytdl-sub/wiki/1.-Introduction
|
|
# Config Examples: https://github.com/jmbannon/ytdl-sub/tree/master/examples
|
|
# Prebuilt Presets: https://ytdl-sub.readthedocs.io/en/latest/presets.html
|
|
# Config Docs: https://ytdl-sub.readthedocs.io/en/latest/config.html
|
|
#
|
|
# Examples are included in the /config/examples/ directory.
|
|
# Any config and subscription can be ran using:
|
|
# ytdl-sub --config /path/to/config.yaml sub /path/to/subscriptions.yaml
|
|
#
|
|
# Or dry-ran with:
|
|
# ytdl-sub --dry-run --config /path/to/config.yaml sub /path/to/subscriptions.yaml
|
|
#
|
|
configuration:
|
|
working_directory: '/tmp/ytdl-sub-downloads'
|
|
|
|
presets:
|
|
|
|
video:
|
|
download:
|
|
download_strategy: "url"
|
|
|
|
output_options:
|
|
output_directory: "/tmp/ytdl-sub-output"
|
|
file_name: "{uid}.{ext}"
|
|
thumbnail_name: "{uid}.{thumbnail_ext}"
|