Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 510 Bytes

Youtube to MP3 Download

Youtube to MP3 Download takes the Youtube video URL, converts the video into a downloadable MP3 using external APIs.

Description

This plugin take the Youtube video URL, converts the video into MP3 and returns a download link using external APIs.

Usage

  1. Activate the plugin
  2. Use the following code after the page loads on your theme's javascript file
new yt2mp3('http://www.youtube.com/watch?v=cLyCQUsJhdY', $('#containerID'));