ytdl-sub/docs
Jesse Bannon 970c74ba45
[FEATURE] inspect subcommand (#1407)
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.
2026-04-13 10:10:58 -07:00
..
images [DOCS] Add Plex Agent Sources Information (#969) 2024-04-25 23:12:08 -07:00
source [FEATURE] inspect subcommand (#1407) 2026-04-13 10:10:58 -07:00
make.bat [DOCS] Begin complete overhaul of readthedocs (#847) 2023-12-27 10:27:40 -08:00
Makefile [DOCS] Begin complete overhaul of readthedocs (#847) 2023-12-27 10:27:40 -08:00