pip install -r requirements.txt
docker-compose up -d
python server-win.py
params:
- yt: video url
example:
GET /api/v1/download/?yt=https://www.youtube.com/watch?v=rhwfM4u9NKw
params:
- yt: playlist url
example:
GET /api/v1/playlist/?yt=https://www.youtube.com/playlist?list=PL2-5-D-0uYy-gw8x9VK0qKY-wvzZ0b7gT
returns the raw link of the video
params:
- yt: video url (required)
example:
GET /api/v1/?yt=https://www.youtube.com/watch?v=rhwfM4u9NKw
This project is licensed under the MIT License - see the LICENSE file for details