# Automatisch YouTube video's van een bepaald kanaal posten?

**URL:** https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068
**Category:** Feature
**Created:** [12 maart 2021 om 22:41 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068 "2021-03-12T22:41:19Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![Bobby99as](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bobby99as/32/211077_2.png) [@Bobby99as](https://meta.discourse.org/u/Bobby99as)
#### Post date: [12 maart 2021 om 22:41 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/1 "2021-03-12T22:41:19Z")

</div>

Is there a plug-in that pulls uploaded videos from YouTube from a certain channel and post it on the form like a automated message

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [12 maart 2021 om 23:36 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/2 "2021-03-12T23:36:08Z")

</div>

There isn’t, but it might be possible to do something like that with Zapier? This topic has some details about using Zapier with the Discourse API: [Make requests to the Discourse API with Zapier](https://meta.discourse.org/t/how-to-make-requests-to-the-discourse-api-with-zapier/122126)

---

<div class="post-metadata">

### Author: ![CaptainZac](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/captainzac/32/195184_2.png) [@CaptainZac](https://meta.discourse.org/u/CaptainZac)
#### Post date: [13 maart 2021 om 00:33 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/3 "2021-03-13T00:33:22Z")

</div>

You can do that, you can use an RSS feed with the [RSS plugin](https://meta.discourse.org/t/configure-the-discourse-rss-polling-plugin/156387). Then, you must put your in this format  
`https://www.youtube.com/feeds/videos.xml?channel_id=YOUR_CHANNEL`

For example, if your channel was `https://m.youtube.com/channel/UCnCikd0s4i9KoDtaHPlK-JA`, you would take the `UCnCikd0s4i9KoDtaHPlK-JA` and put it in the “your channel” part of the link above. After that, follow the instructions linked above and the RSS with start.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [13 maart 2021 om 00:38 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/4 "2021-03-13T00:38:45Z")

</div>

> [@CaptainZac](#):
>
> You can do that, you can use an RSS feed with the [RSS plugin](https://meta.discourse.org/t/configure-the-discourse-rss-polling-plugin/156387). Then, you must put your in this format  
> `https://www.youtube.com/feeds/videos.xml?channel_id=YOUR_CHANNEL`

I didn’t know that was possible! There have been a few questions about it on Meta: [RSS Polling - #20](https://meta.discourse.org/t/configure-the-discourse-rss-polling-plugin/156387/20).

---

<div class="post-metadata">

### Author: ![Bobby99as](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bobby99as/32/211077_2.png) [@Bobby99as](https://meta.discourse.org/u/Bobby99as)
#### Post date: [13 maart 2021 om 01:02 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/5 "2021-03-13T01:02:54Z")

</div>

I tried it it doesn’t work it doesn’t pull posts from it

---

<div class="post-metadata">

### Author: ![CaptainZac](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/captainzac/32/195184_2.png) [@CaptainZac](https://meta.discourse.org/u/CaptainZac)
#### Post date: [13 maart 2021 om 01:19 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/6 "2021-03-13T01:19:30Z")

</div>

That’s odd. If it does not work for you, you can use a generator. It won’t pull as often, and you may have to pay for it but it seems reliable. Your URL will generate from YouTube like this: `https://youtube.com/c/MrBeast6000`, but must be entered like this:

`https://youtube.com/MrBeast6000` _nootice the no /c/_

The link is below.

> **[YouTube to RSS - FetchRSS](https://fetchrss.com/source/youtube)**
>
> Online RSS feed generator. Create RSS for any website. Pick a content you are interested in. Get RSS generated by your rules.

---

<div class="post-metadata">

### Author: ![Zup](https://avatars.discourse-cdn.com/v4/letter/z/c37758/32.png) [@Zup](https://meta.discourse.org/u/Zup)
#### Post date: [21 maart 2021 om 03:52 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/7 "2021-03-21T03:52:31Z")

</div>

i’d like to auto post YouTube links from a YouTube channel’s videos to a private category where only the user who verified his YouTube account can post new topics to. anything like this?

---

<div class="post-metadata">

### Author: ![CaptainZac](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/captainzac/32/195184_2.png) [@CaptainZac](https://meta.discourse.org/u/CaptainZac)
#### Post date: [21 maart 2021 om 22:23 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/8 "2021-03-21T22:23:42Z")

</div>

If I’m understanding your question correctly, you want YouTube links to be published on discourse in a private category when a video is posted. That would be the same system as it links to a category itself, pretty much the same thing. Install the RSS plug-in that was linked above, then use that YouTube RSS generator and plug and apply it in. Follow the other instructions on the RSS plug-in [topic](https://meta.discourse.org/t/configure-the-discourse-rss-polling-plugin/156387) to continue to set up in specify the category you want it in.

---

<div class="post-metadata">

### Author: ![Bobby99as](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bobby99as/32/211077_2.png) [@Bobby99as](https://meta.discourse.org/u/Bobby99as)
#### Post date: [23 maart 2021 om 05:44 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/9 "2021-03-23T05:44:41Z")

</div>

it does not work even using [YouTube to RSS - FetchRSS](https://fetchrss.com/youtube)

---

<div class="post-metadata">

### Author: ![CaptainZac](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/captainzac/32/195184_2.png) [@CaptainZac](https://meta.discourse.org/u/CaptainZac)
#### Post date: [23 maart 2021 om 11:36 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/10 "2021-03-23T11:36:33Z")

</div>

Are you waiting the fill 24 hours. I think that system pulls videos after 24 hrs

---

<div class="post-metadata">

### Author: ![Bobby99as](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bobby99as/32/211077_2.png) [@Bobby99as](https://meta.discourse.org/u/Bobby99as)
#### Post date: [25 maart 2021 om 10:02 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/11 "2021-03-25T10:02:50Z")

</div>

yeah and it did not work

---

<div class="post-metadata">

### Author: ![CaptainZac](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/captainzac/32/195184_2.png) [@CaptainZac](https://meta.discourse.org/u/CaptainZac)
#### Post date: [25 maart 2021 om 11:28 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/12 "2021-03-25T11:28:45Z")

</div>

Maybe try some YouTube tutorials online to get the RSS feed and just see what worlds I guess.

---

<div class="post-metadata">

### Author: ![JeroenR](https://avatars.discourse-cdn.com/v4/letter/j/2acd7d/32.png) [@JeroenR](https://meta.discourse.org/u/JeroenR)
#### Post date: [25 februari 2026 om 18:05 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/13 "2026-02-25T18:05:52Z")

</div>

If this is still needed: we provide a service to automatically import YouTube videos into Discourse categories. They appear embedded. The Discourse post can be tailored with text if needed. Videos and short videos can be posted in separate categories (optionally).

Please send me a pm if you are interested.

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [25 februari 2026 om 23:32 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/14 "2026-02-25T23:32:03Z")

</div>

For reference, here is the relevant #Marketplace topic: [[PAID] We offer automated feed integration for Discourse](https://meta.discourse.org/t/paid-we-offer-automated-feed-integration-for-discourse/397038).

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [21 maart 2026 om 17:42 UTC](https://meta.discourse.org/t/automatically-post-youtube-videos-from-a-certain-channel/183068/15 "2026-03-21T17:42:59Z")

</div>

You can use the RSS plugin.

[![](https://global.discourse-cdn.com/meta/original/4X/a/5/c/a5c160fd6b63d03fb085cb3c8cf6410aafecf90e.jpeg "How to Create An RSS Feed from Any YouTube Channel") ](https://www.youtube.com/watch?v=g_PKVSlV7O4)
