ytdl-sub/docs/source/guides/getting_started/advanced_configuration.rst
2023-12-18 20:50:56 -06:00

21 lines
502 B
ReStructuredText

Advanced Configuration
======================
If the :doc:`prebuilt presets </guides/getting_started/prebuilt_presets>` aren't suitable for your needs, you may want to set up an advanced configuration.
Layout of a Config file
-----------------------
The layout of the ``config.yaml`` file is relatively straightforward:
.. code-block:: yaml
presets:
preset_name:
plugin1:
plugin1_option1: value1
Modifying an Existing Preset
----------------------------