Hello Biezom

I am seeking help for REGEX structures in order get dynamic links from m3u streams available online for free.

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

Such as TFM:
http://www.afromotion.tv/afrotv/watch/O

They have a WMSAUTH=... at the end of the m3u links which make it expiring. I tried using xml in live stream pro to play those channels without them expiring with regex but no luck. I dont know what I am missing.

Here is my code:

<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>

Your help is really appreciated.

Thanks in advance