Thread: Secure token
View Single Post
  #11  
Old 10-06-2015, 04:43 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Secure token


Quote:
Originally Posted by arnfsilva View Post
Hello,
I think i didnīt explained you well the problem. I want to play the channels in kodi. I have this list: https://ghostbin.com/paste/rp5p7

So, i need the codes to put there in each channel of the list. The codes that are there donīt work, because like you explained me they are dynamic.
Sorry for the disturb, but i donīt understand a lot of this.
Thank you again.
LOL you should have said earlier that it was for kodi


you can install two addons SportsDevil and LiveStreamsPro and create a playlist in xml format

just tested it works


Code:
<item>
<title>CMTV</title>
<sportsdevil>http://www.meocanaltv.com/embed/CMTV.php</sportsdevil>
<referer>http://www.meocanaltv.com</referer>
</item>

<item>
<title>SICNOTICIAS</title>
<sportsdevil>http://www.meocanaltv.com/embed/SICNOTICIAS.php</sportsdevil>
<referer>http://www.meocanaltv.com</referer>
</item>


<item>
<title>SIC</title>
<sportsdevil>http://www.meocanaltv.com/embed/SIC.php</sportsdevil>
<referer>http://www.meocanaltv.com</referer>
</item>

<item>
<title>RTP1</title>
<sportsdevil>http://www.meocanaltv.com/embed/RTP1.php</sportsdevil>
<referer>http://www.meocanaltv.com</referer>
</item>

Reply With Quote