#11 closed defect (fixed)
OzTivo grabber provides bad XMLTV
Reported by: | Max | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | Grabber | Version: | 0.3 |
Keywords: | Cc: |
Description
The XML file provided by OzTivo? has elements in the wrong order -- at least, the wrong order according to XMLTV.pm, which refuses to parse it.
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
The data from Free*EPG is also out of order (according to current XMLTV.pm). So it'd be nice if we could implement a general fix in Shepherd for naughty grabbers. I vote for the third option, if it's not too hard.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
implemented the 3rd option - just clean up the xmltv we see from oztivo.
see [346].
Note: See
TracTickets for help on using
tickets.
(actually, XMLTV.pm doesn't refuse to parse it - it just throws away programmes it considers to be bad).
three approaches to fixing this:
Of these three, 2 is best. But in the short term, perhaps implementing 3 will be the easiest path.