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

Clean up spaces. One of them fixes XML parsing #32

Closed marwin79 closed 1 year ago

marwin79 commented 1 year ago

Fixes mathewmeconry/TV7_EPG_Data#10

rbkn commented 1 year ago

Hi @marwin79 - it looks like there's an error in this fix - the space needs to be after the escaped quote to separate the parameters but it's currently inside the start parameter's quotes.

I created #33 to fix.

mathewmeconry commented 1 year ago

I guess we can close this pull request? @rbkn

rbkn commented 1 year ago

I guess we can close this pull request? @rbkn

@mathewmeconry Yes, I think we can. Also the #33 fix looks to have worked.

mathewmeconry commented 1 year ago

Already fixed with #33