freearhey / epg-grabber

Node.js CLI tool for grabbing EPG from different websites
48 stars 7 forks source link

The "stop" attribute of the programme element shouldn't be required #17

Closed ItsKlork closed 1 year ago

ItsKlork commented 1 year ago

In this library the stop attribute is required (Or at least the README claims it is) but the XMLTV format doesn't require it.

freearhey commented 1 year ago

The attribute stop is required.

ItsKlork commented 1 year ago

The XMLTV format states that it isn't required and that it is an implied attribute based on the next start time. Read the link I sent in the original comment.