mathewmeconry / TV7_EPG_Parser

Parsers EPG information of different sources and prepares them for TV7 (Init7) in XMLTV format
MIT License
18 stars 12 forks source link

Fix to introduced error in XML output #33

Closed rbkn closed 1 year ago

rbkn commented 1 year ago

Missing a space in the output xml before 'stop' parameter.

Have checked that all other produced xml is valid and it now looks to be after this fix.

rbkn commented 1 year ago

@mathewmeconry - Hi, I just discovered that I may have introduced a problem with the f-strings causing invalid xml.

This error is fixed and I ran the whole output through an xml syntax validator so it looks ok after this fix. Please merge when possible.