- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django - Skills: GOG CLI, Last30Days, baoyu-skills - Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验 - 微信公众号: 养虾日记1-5, AI时代赚钱 - 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard - AI目录补充: 20个文件 Source pages: 51 Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等 Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
37 lines
999 B
Markdown
37 lines
999 B
Markdown
---
|
||
title: "YouTube Channel ID"
|
||
type: source
|
||
tags: []
|
||
date: 2025-03-16
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Others/How to get Youtube Channel ID.md]]
|
||
|
||
## Summary
|
||
- 核心主题:获取YouTube频道ID的方法
|
||
- 问题域:RSS订阅、数据抓取、自动化工作流配置
|
||
- 方法/机制:通过view-source查看频道页面源码,搜索channel_id字符串获取
|
||
- 结论/价值:提供了一种无需API即可获取频道ID的简单方法,可用于n8n等工作流
|
||
|
||
## Key Claims
|
||
- 通过view-source访问频道页面可获取channel_id
|
||
- 频道ID格式为UC开头,可用于RSS feed订阅
|
||
- 此方法可用于n8n等自动化工作流配置
|
||
|
||
## Key Quotes
|
||
> "channel id can be used in n8n workflow"
|
||
|
||
## Key Concepts
|
||
- [[YouTubeRSS]]:通过channel_id构建RSS feed URL
|
||
- [[自动化工作流]]:n8n等工具的配置数据获取
|
||
|
||
## Key Entities
|
||
- [[YouTube]]:全球最大视频平台
|
||
|
||
## Connections
|
||
- [[YouTubeRSS]] ← derived_from ← [[YouTube-Channel-ID]]
|
||
|
||
## Contradictions
|
||
- 无冲突
|