interface IEpisodePage { id: number; episode: string; series: string; volume: string; swf: string; }