
05-29-2015, 06:43 PM
|
Member
|
|
Join Date: Apr 2011
Posts: 44
|
|
 Re: playtv.fr
Quote:
Originally Posted by denobis
it expires soon so you must write a little script:
if $url="http://playtv.fr/television/beblack-caribbean/"
$link=str_replace("television/","player/play/",$url)."?bitrate=0&format=hls&language=fr";
$m3u8=json_decode(file_get_contents($link))->url;
|
Thanks for the hint

|