Readthedocs for ytdl-sub is getting a massive overhaul to both look and read like a modernized app. It is still very-much work-in-progress, stay tuned for more! Huge thanks to @Svagtlys (aka Momo) for driving this
21 lines
445 B
ReStructuredText
21 lines
445 B
ReStructuredText
Advanced Configuration
|
|
======================
|
|
|
|
If the :doc:`prebuilt presets </prebuilt_presets/index>` 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
|
|
|
|
|
|
Preset Inheritance
|
|
------------------
|