first build nexus

This commit is contained in:
billyshen
2026-03-23 20:57:45 +08:00
parent acb58c5684
commit e312026141
400 changed files with 52448 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
title: How to get Youtube Channel ID
source:
author:
- Shen Wei
published:
created: 2025-03-16
description:
tags:
- "#youtube"
- "#channel"
- "#n8n"
---
Browser to channel main page:
view-source:https://www.youtube.com/@Numberblocks
query for string:
```
?channel_id
```
you will find:
```
"[https://www.youtube.com/feeds/videos.xml?channel_id=UCPlwvN0w4qFSP1FllALB92w](https://www.youtube.com/feeds/videos.xml?channel_id=UCPlwvN0w4qFSP1FllALB92w)"
```
channel id can be used in n8n workflow