Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 327 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 327 Bytes

Youtube Downloader PHP

Make your own YouTube Downloader Mp3 Site

Requisites

Install ffmpeg & yt-dlp in linux

Linux

sudo apt install ffmpeg yt-dlp -y

Mac

brew install ffmpeg yt-dlp