Jacek Kowalski
2013-09-05 0868e0642f694bf5c08951f67f5a4b7eadde041a
data/tv/pobierz.php
@@ -58,7 +58,9 @@
   217 => 'ZigZap',
   361 => 'Cartoon Network',
);
$NUMOF = count($stations)*7;
$NUMOF = count($stations);
ini_set('mbstring.substitute_character', 'none');
$c = curl_init();
$out = fopen('./xmltv-pre.xml', 'w');
@@ -85,11 +87,12 @@
         return;
      }
      
      $data = mb_convert_encoding($data, 'UTF-8', 'UTF-8');
      file_put_contents('./cache/'.$num.'_'.$date, $data);
      unset($data);
   }
   
   $doc = new DOMDocument;
   $doc = new DOMDocument('1.0', 'utf-8');
   @$doc->loadHTMLFile('./cache/'.$num.'_'.$date);
   
   $wp = new wp_parse($doc);
@@ -114,4 +117,4 @@
   }
}
echo OK;
?>
?>