Initial import
This commit is contained in:
parent
c082725c80
commit
0651377e93
35 changed files with 1296 additions and 0 deletions
10
json.php
Normal file
10
json.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
$python="/usr/bin/python";
|
||||
require_once 'download.php';
|
||||
if (isset($_GET["url"])) {
|
||||
header('Content-Type: application/json');
|
||||
$video = VideoDownload::getJSON($_GET["url"]);
|
||||
echo $video;
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue