Hi,
I am using horizon.tv.ro.ini to grab my epg.
Sometimes the description include "" characters and when this are saved to xml file are like this
<desc lang="ro">\"Lecţii de viaţă\" este o producţie de tip ficţiune</desc>
What should i add to ini file so that i can remove the \ before " in description ?
Thanks, first option work as expected
PS.
Thanks for this ini :)
FYI, I had to change this line:
description.scrub {single|"longDescription":"||"|"}
to
description.scrub {single|"longDescription":"||","}
otherwise the description is scrubed till the first ", even just \ if the content start with " like my example on the first post