Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
help for app engine #5406
help for app engine #5406
Comments
|
You'll have to write it in python and use youtube-dl as a python module. Note that since the python version in the App Engine is missing some standard library modules, you have to patch youtube-dl. If you don't want to start the project yourself, you can look into youtube-dl-api-server. (By the way: I hope you saniteze |
currently i have youtube-dl server on my hostgator server with following code
$url = 'http://www.youtube.com/watch?v=rClUpezLmrY';
// echo json_encode(array('status' => $status, 'url_orginal'=>$url, 'url' => $result, 'command' => $string));
$urlf = json_encode(array( ''=> $result));
$urlf = str_replace('{"":["','',$urlf);
$urlf = str_replace('"]}','',$urlf);
$urlf = str_replace('/','/',$urlf);
echo $urlf;
it use to work fine but my ip address is blocked by youtube and now i wanna move it google app engine and it doesnot support execute command if you help me out with some thing that can be executed on google app engine will be lot help full