Skip to content

YouTube Namespace Reference

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

Namespace URIhttp://www.youtube.com/xml/schemas/2015
SpecificationNo official documentation (inferred from live feeds)
Prefix<yt:*>
Available inAtom
Propertyyt

Types

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

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