Sreeraj VR
Sreeraj VR

Reputation: 1572

Youtube API for video download

I want to create a PHP/Java application that would be able to download videos from youtube.I think there is no direct youtube apis from google.Have any third party apis available? please help me.

Upvotes: 3

Views: 4615

Answers (2)

Imal Hasaranga Perera
Imal Hasaranga Perera

Reputation: 10029

I was recently able to find this site they provide a REST api for downloading videos, mp3 it seems like it is easy to use

Upvotes: -1

Kit Ho
Kit Ho

Reputation: 27028

You can use third part apps clive, it is a command line tool. Hope it helps you.

You can also use ffmpeg in addition to convert different format from flv or mp4 that you download from youtube.

Upvotes: 2

Related Questions