View Single Post
  #376  
Old 04-04-2013, 09:26 AM
limes limes is offline
Junior Member
 
Join Date: Apr 2013
Posts: 6
limes is on a distinguished road
Default

Re: weeb.tv: Help to download live TV streams


i have installed php5-curl and it work, but WeebTV.php don't

Quote:
$html = $cc->get("http://weeb.tv/channels/live");
echo $html ; ------GOOD
preg_match('/<ul class="channels">(.*?)<\/ul>/is', $html, $html);
$html = $html[1]; ------NOTHING!

seems to be preg_match wrong

Last edited by limes : 04-04-2013 at 10:40 AM.
Reply With Quote