Type Alias XtreamEpisode

XtreamEpisode: {
    id: string;
    episode_num: string;
    title: string;
    container_extension: string;
    info: XtreamEpisodeInfo;
    custom_sid: string;
    added: string;
    season: number;
    direct_source: string;
    subtitles: string[];
    url?: string;
}

Xtream episode information

This type represents an episode in a show in the Xtream system

Type declaration

  • id: string

    The unique identifier for the episode

  • episode_num: string

    The episode number within the season

  • title: string

    The title of the episode

  • container_extension: string

    The file format extension

  • info: XtreamEpisodeInfo

    Detailed information about the episode

  • custom_sid: string

    Custom stream identifier

  • added: string

    The date when the episode was added to the system

  • season: number

    The season number the episode belongs to

  • direct_source: string

    The direct URL to the episode's source

  • subtitles: string[]

    URLs to subtitle files

  • Optionalurl?: string

    The URL to access the episode