The default subscription file in the docker container now matches the one in the repo's README
19 lines
842 B
YAML
19 lines
842 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
|
|
#
|
|
# The subscriptions in `subscriptions.yaml` uses prebuilt presets which do not require
|
|
# any additions to this config. They can be downloaded using the command:
|
|
#
|
|
# ytdl-sub --config config.yaml sub subscriptions.yaml
|
|
#
|
|
# Or dry-ran with:
|
|
#
|
|
# ytdl-sub --dry-run --config config.yaml sub subscriptions.yaml
|
|
#
|
|
# See the documentation above on how to build your own custom presets.
|
|
#
|
|
configuration:
|
|
working_directory: ".ytdl-sub-working-directory"
|