YouTube Namespace Reference
The YouTube namespace provides YouTube-specific metadata for RSS feeds, enabling identification of YouTube videos and channels within RSS feeds.
Namespace URI | http://www.youtube.com/xml/schemas/2015 |
---|---|
Specification | YouTube RSS Extensions |
Prefix | <yt:*> |
Available in | Atom |
Property | yt |
Types
ts
export type Item = {
videoId?: string
channelId?: string
}
export type Feed = {
channelId?: string
playlistId?: string
}
Related
- Parsing Namespaces - How namespace parsing works