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