Allow specifying playlist in videos widget
Co-authored-by: vishalkadam47 <vishal@jeevops.com>
This commit is contained in:
parent
1922e1e895
commit
e3bdc73013
2 changed files with 23 additions and 12 deletions
|
|
@ -587,7 +587,15 @@ Preview:
|
|||
| video-url-template | string | no | https://www.youtube.com/watch?v={VIDEO-ID} |
|
||||
|
||||
##### `channels`
|
||||
A list of channel IDs. One way of getting the ID of a channel is going to the channel's page and clicking on its description:
|
||||
A list of channel or playlist IDs. To specify a playlist, use the `playlist:` prefix like such:
|
||||
|
||||
```yaml
|
||||
channels:
|
||||
- playlist:PL8mG-RkN2uTyZZ00ObwZxxoG_nJbs3qec
|
||||
- playlist:PL8mG-RkN2uTxTK4m_Vl2dYR9yE41kRdBg
|
||||
```
|
||||
|
||||
One way of getting the ID of a channel is going to the channel's page and clicking on its description:
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue