UNPKG

epg-grabber

Version:

Node.js CLI tool for grabbing EPG from different sites

12 lines (11 loc) 202 B
export interface ChannelData { xmltv_id: string name: string site: string site_id: string lang: string | null logo: string | null url: string | null lcn: string | null index: number }