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
