Hello

I am trying to get channels from:
http://www.afromotion.tv/afrotv/all

Such as TFM.

However, the m3u links are protected with WMSAUTH=.....which make the m3u link expire after a couple of minutes. I have been reading this thread about the regex function that can automatically fetch the new WMSAUTH=... and make the link non expirable. I tried playing the stream in LIVE STREAM PRO with no success.

<item>
<title>TFM</title>
<link>$doregex[get-M3U8]|User-Agent=Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0</link>
<regex>
<name>get-M3U8</name>
<expres>file:"(.*?)"</expres>
<page>http://www.afromotion.tv/afrotv/watch/O</page>
</regex>
</item>

Someone please help!

Thanks in advance