This is a youtube-dl API server! You can make easily youtube-dl integrated apps with this server.
Currently under development. The server ip and port can be changed in main.py. Will be improved with new updates.
Mp3Bot YouTube-dl API Server now supporting download mp3 from easily!
🎉🥳Now Youtube-dl Api Server is out for Docker.
- English
http://localhost:1998/en
- Turkish
http://localhost:1998/tr
- Python 3
- pip
- FFMPEG
Copy the ffmpeg.exe and ffprobe.exe files to the project directory. Only for Windows. For Linux, copy the following code and paste it into your terminal.
sudo apt-get install ffmpeg -y
- Install required packages with pip. Copy and paste following code into your console.
pip3 install -r requirements.txt
- Go to project root folder and open console.
- Copy and paste following code into your console.
python main.py
- Go to http://localhost:1998
http://localhost:1998/api/info?video={video_url}
http://localhost:1998/api/download?video={video_url}
It is downloaded to the root directory.
http://localhost:1998/api/queue
This project is licensed under the MIT License - see the LICENSE file for details