Skip to content

YouTube Namespace Reference

The YouTube namespace provides YouTube-specific metadata for RSS feeds, enabling identification of YouTube videos and channels within RSS feeds.

Namespace URIhttp://www.youtube.com/xml/schemas/2015
SpecificationYouTube RSS Extensions
Prefix<yt:*>
Available inAtom
Propertyyt

Types

ts
export namespace YtNs {
  export type Item = {
    videoId?: string
    channelId?: string
  }

  export type Feed = {
    channelId?: string
    playlistId?: string
  }
}