Youtube-API
Youtube-API copied to clipboard
A way to host your own API that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Hello, i installed and added to environment paths ffmpeg and yt-dlp but for some reasons this part of the code `$dl->setBinPath($ytdlp);` breaks my php page showing a HTTP ERROR 500,...
Hello, i love this project and seems that work very well!! I need one thing if is possibile: Passing if audio or video extract the audio or video link and...
Respected sir, i have also downloaded youtube.dl on my project root. Also implemented this command $dl->setBinPath('/usr/local/bin/youtube-dl'); But i am getting the following error {error: true, message: "Unable to launch a...
download folder to show the file as: {$artist} - {$track}.mp3/mp4 with features in the future to add album cover and audio tag metadata Awesome script!!! THUMBS UP
Hi sorry for disturbing you can you make composer.lock file that we can run your project on heroku the reason we can't run your project is there is no composer.lock...
Hello I am trying to host this myself and have come up with an error trying to convert videos. > The command "'/usr/local/bin/youtube-dl' 'https://youtube.com/watch?v=6TWJaFD6R2s' '--no-playlist' '--ignore-config' '--write-info-json' '--extract-audio' '--audio-format=mp3' '--audio-quality=0'...
i am facing this issue can you please help me to resolve thanks http://45.76.217.203/youtube-to-mp3/convert.php?youtubelink=https://www.youtube.com/watch?v=gvMTV4Sc1xM
When I try to converting, I got message like this: ` {"error":true,"message":"The command \"'\/usr\/local\/bin\/youtube-dl' 'https:\/\/www.youtube.com\/watch?v=pVLmZMjxfjw' '--no-playlist' '--ignore-config' '--write-info-json' '--extract-audio' '--audio-format=mp3' '--audio-quality=0' '--output=%(id)s.%(ext)s'\" failed.\n\nExit Code: 1(General error)\n\nWorking directory: \/var\/www\/html\/yt2mp3\/download\/\n\nOutput:\n================\n[youtube] pVLmZMjxfjw: Downloading...
Hello, i have problems to read converted mp3 / wav files from youtube with IOS. When i try to open the file in some media player, the file sounds corrupted...
Hi. I use this line : $dl->setBinPath(__DIR__.'/youtube-dl/youtube-dl'); so now i need use the setPythonPath but I use Linux, so i need install a Phyton Path for Linux, right?