1
0

Added flv2mp4.sh. Updated other scripts.

This commit is contained in:
2014-07-18 01:56:07 +02:00
parent 6f327c1bd8
commit 8730eb7443
4 changed files with 18 additions and 23 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ echo sprintf('STARTED: %s', date('Y-m-d H:i:s', $stamp)) . PHP_EOL;
$data = file_get_contents($fetch_url);
#$data = file_get_contents('runtastic_live5.html');
$data = '<root>' . $data . '</root>';
$data = '<?xml encoding="utf-8" ?><root>' . $data . '</root>';
libxml_use_internal_errors(true); // prevent generation of PHP Warnings
$dom = new DOMDocument();