views:

385

answers:

4

hi all,

i am looking for a way to download youtube videos from within php.

but i dont have any experience about this sort of programming.

i dont know whether it is about API programming, socket programming, curl or ....

any help or reference will be appreciate.

+1  A: 

Check out the Getting Started with the Google Data PHP Client Library. I've read the Python docs and used them and they are great; I'm sure the PHP ones are just as good.

Bartek
+3  A: 

PHP Youtube video downloader script. Learn by checking the sourcecode.

Zed
A: 

Here is a simple Python version that you could learn from: pytube

Plumo
A: 

Try using ClipCenter,they have a youtube video grabber

pactamahffs