Hi all, I'm having issues trying to alter the radiotimes.co.uk ini file to scrub a channel's logo.
As I understand, when WG++ scrapes radiotimes, the output comes back as JSON. Assuming this is correct, the output for a random channel can be seen here.
I've tried using both regexp and seperator strings but just cannot get this to work. An online regex editor indicated that the following regex should work:
/(http(\\"|[^"])*)/i
However, when I include this in the .ini file, so the line reads:
index_showicon.scrub {regex||/(http(\\"|[^"])*)/i||}
I get an error message, as follows:
Incorrect regex scrubstring ending with :
Is anybody able to give me a hand getting this to work? I'm aware I could use tvguide.co.uk or other scrapers but I would really just like to get this working :)
Thanks,
twg