Mention how to get channel ID (#2221)

This commit is contained in:
Daniel Gray 2023-07-03 11:17:31 +00:00
parent 8809550e58
commit 509397d6e7
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -167,7 +167,8 @@ You can subscribe YouTube channels without logging in and associating usage info
!!! example
To subscribe to a YouTube channel with an RSS client, first look for your [channel code](https://support.google.com/youtube/answer/6180214), replace `[CHANNEL ID]` below:
To subscribe to a YouTube channel with an RSS client, first look for your [channel code](https://support.google.com/youtube/answer/6180214). The channel code can be found on the about page of the YouTube channel you wish to subscribe to, under: **About** > **Share** > **Copy channel ID**. Replace `[CHANNEL ID]` below:
```text
https://www.youtube.com/feeds/videos.xml?channel_id=[CHANNEL ID]
```