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
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Help with REGEX
By Eliran in forum Capturing and VCRReplies: 0Last Post: 11th Jun 2016, 11:07 -
hi guys is it possilble to get this working in a regex
By ,arkus88 in forum Newbie / General discussionsReplies: 2Last Post: 4th Apr 2016, 02:36 -
hi guys is it possilble to get this working in a regex
By ,arkus88 in forum Video Streaming DownloadingReplies: 1Last Post: 28th Mar 2016, 19:14 -
PotPlayer having problem playing m3u with http mp3
By N3SH0m in forum Software PlayingReplies: 2Last Post: 24th Jan 2015, 21:31 -
Simulating commercial breaks in .m3u playlists?
By vrios777 in forum Video Streaming DownloadingReplies: 4Last Post: 21st Jul 2012, 19:58