iptv-org / epg

Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.
https://iptv-org.github.io/
The Unlicense
1.66k stars 156 forks source link

Patch 2024.06.1 #2402

Open freearhey opened 2 days ago

freearhey commented 2 days ago

Changes:

A full list of currently supported program properties can be found here: https://github.com/freearhey/epg-grabber?tab=readme-ov-file#program-object

Example:

<channel site="watchyour.tv" lang="en" xmltv_id="TVS" site_id="796" url="https://example.com" lcn="36">TVS</channel>

Example:

{
  ...
  images: [
    'https://tvdb.com/programme_poster_1.jpg',
    'https://tmdb.com/programme_poster_2.jpg',
    'https://tvdb.com/programme_backdrop.jpg'
  ],
  ...
}