YouTuber BilBili Helper API

Installation

pip install -r requirements.txt

Usage

docker-compose up -d
python server-win.py

API Documentation

GET /api/v1/download/

params:

  • yt: video url

example:

GET /api/v1/download/?yt=https://www.youtube.com/watch?v=rhwfM4u9NKw

GET /api/v1/playlist/

params:

  • yt: playlist url

example:

GET /api/v1/playlist/?yt=https://www.youtube.com/playlist?list=PL2-5-D-0uYy-gw8x9VK0qKY-wvzZ0b7gT

GET /api/v1/

returns the raw link of the video

params:

  • yt: video url (required)

example:

GET /api/v1/?yt=https://www.youtube.com/watch?v=rhwfM4u9NKw

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments