https://github.com/coolguruji/youtube-to-mp3-api
Convert & Download single video or multiple Youtube videos in Mp3 format using our youtube to mp3 API. Multiple Embedding features are supported like html link, javascript, iframe. Its free also provide affiliate programs.
https://github.com/coolguruji/youtube-to-mp3-api
downloader mp3 mp3-converter video-conversion youtube youtube-api youtube-downloader youtube-mp3 youtube-video
Last synced: 4 months ago
JSON representation
Convert & Download single video or multiple Youtube videos in Mp3 format using our youtube to mp3 API. Multiple Embedding features are supported like html link, javascript, iframe. Its free also provide affiliate programs.
- Host: GitHub
- URL: https://github.com/coolguruji/youtube-to-mp3-api
- Owner: coolguruji
- License: gpl-3.0
- Created: 2017-04-30T14:35:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T12:30:31.000Z (over 8 years ago)
- Last Synced: 2025-04-08T23:04:34.011Z (6 months ago)
- Topics: downloader, mp3, mp3-converter, video-conversion, youtube, youtube-api, youtube-downloader, youtube-mp3, youtube-video
- Language: PHP
- Size: 16.6 KB
- Stars: 15
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-to-mp3-api
Convert & Download single video or multiple Youtube videos in Mp3 format using our youtube to mp3 API. Multiple Embedding features are supported like html link, javascript, iframe. Its free also provide affiliate programs.=============READ ME BEFORE USE============
Hello,
For any issue contact: api@youtube6download.topIt is a beta version of my script.
Just download this php script.
// for downloading single video as mp3
Open index.php file
Look at the first line
// YOUTUBE VIDEO ID
$id = 'lF-jPBnZ098';For converting multiple videos as MP3 file.
open multiple.php
// MULTIPLE YOUTUBE VIDEO ID's SEPARATED BY COMMNA (,)
$ids = 'lF-jPBnZ098,OmAlu5T44t8,GTJHrHHAElU';All you need to do is to change the $id variable value with the desired video id that you want to download as mp3.
That's it!
If you have php installed on your server/localhost then you we'll get result on the webpage.