Skip to content Skip to sidebar Skip to footer

How To Use Youtube-mp3.org Api?

I was looking for an youtube to mp3 api and found this code: var __AM=65521; // the largest prime less than 2^16... function cc(a){ var c = 1, b = 0, d, e; for(e = 0; e < a.leng

Solution 1:

It is PHP.

Just call

YoutubeToMP3::get('http://www.youtube.com/watch?v=B2m_WnXjqnM', YoutubeToMP3::LINK);

if you want to get a link to the download or

YoutubeToMP3::get('http://www.youtube.com/watch?v=B2m_WnXjqnM', YoutubeToMP3::DOWNLOAD);

if you want to download it directly.

Post a Comment for "How To Use Youtube-mp3.org Api?"