To be used later for advanced presets. For subscriptions in the form of (+ as prefix)
```
+ Subscription Name:
Music Videos:
- "https://url1.com/..."
Concerts:
- "https://url2.com/..."
```
Stores all the contents under the subscription name into the override variable
``subscription_map`` as a Map value. The above example is stored as:
```
{
"Music Videos": [
"https://url1.com/..."
],
"Concerts: [
"https://url2.com/..."
]
}
```
Advanced scripting is needed to dissect this Map variable into a usable preset
|
||
|---|---|---|
| .. | ||
| _static | ||
| config_reference | ||
| faq | ||
| guides | ||
| prebuilt_presets | ||
| conf.py | ||
| deprecation_notices.rst | ||
| index.rst | ||
| introduction.rst | ||
| requirements.txt | ||
| usage.rst | ||