From 509397d6e7a0edbb05e3c0856e64c8a148247ee8 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 3 Jul 2023 11:17:31 +0000 Subject: [PATCH] Mention how to get channel ID (#2221) --- docs/news-aggregators.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/news-aggregators.md b/docs/news-aggregators.md index 5ae33c1b..47a8c1c3 100644 --- a/docs/news-aggregators.md +++ b/docs/news-aggregators.md @@ -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] ```