Skip to content

youtubetomp3converterapi/YoutubeDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Downloader Button/Iframe API

Youtube to mp3 conversion API's

Set the "src" attribute of an HTML iframe to:

https://api.download-lagu-mp3.com/@api/button/{format}/{YouTube-Video-ID}

Where {format} is one of the following:

  • "mp3" : for MP3 results
  • "videos" : for Video w/Audio results
  • "videostreams" : for Video-Only results
  • "audiostreams" : for Audio-Only results

Main Feature:

<iframe class="button-api-frame" src="https://api.download-lagu-mp3.com/@api/button/mp3/[Youtube ID]" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Example Video Button

<iframe class="button-api-frame" src="https://api.download-lagu-mp3.com/@api/button/videos/[Youtube ID]" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>