Subscription file syntax is designed to minimize boiler-plate when authoring new subscriptions. You can now unpack any subscription using the ``inspect`` sub-command to see its boiler-plate *preset format*. ``` ytdl-sub inspect --config /path/to/config.yaml --match "BBC News" /path/to/subscriptions.yaml ``` This can be utilized for numerous purposes including: * Ensuring your custom preset is getting applied correctly. * Figuring out which variables set things like file names, metadata, etc. * Understanding how subscription syntax translates to preset representation. The default ``--level`` of inspect will fill in defined variables. Using ``--level original`` will present the subscription's raw layout with no fill. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| audo_codec_validator.py | ||
| file_path_validators.py | ||
| nfo_validators.py | ||
| regex_validator.py | ||
| source_variable_validator.py | ||
| strict_dict_validator.py | ||
| string_datetime.py | ||
| string_formatter_validators.py | ||
| string_select_validator.py | ||
| validators.py | ||