Originally Posted by Demarko
However there is a small problem with the given regex and that one is that it wont work for example for shows where network is NULL and webChannel is used instead. It wont show any data in such a case. Is there an easy way to bypass this problem please?
As for now, I solved my problem using two separate regular expressions. One for the network value and another one for webchannel value.
So if the 1st value returns nothing, I simply try the 2nd one. That seems to do a good job so far cool