This commit is contained in:
Pierre Rudloff 2015-04-11 22:08:24 +02:00
parent eeb506bdf7
commit 0b4e75547a
25 changed files with 276 additions and 331 deletions

View file

@ -17,4 +17,3 @@ if (isset($_GET["url"])) {
$video = VideoDownload::getJSON($_GET["url"]);
echo json_encode($video);
}
?>