Bilibili Downloader

Last update: 2025-12-27

Content

I recently built a Python script to download videos from Bilibili, and I wanted to share it with you!

Why I Made This

Downloading videos from Bilibili can be tricky—especially if you want high quality (1080p+). So I created a wrapper around yt-dlp that handles all the annoying parts for you.

Key Features

Quick Start

# Install
pip install yt-dlp

# Download a video
python bilibili_loader.py "https://www.bilibili.tv/en/video/..."

# Download in 1080p+ (requires being logged in your browser)
python bilibili_loader.py "https://www.bilibili.tv/en/video/..." --browser chrome

Get It

Check out the full documentation and source code on GitHub:

👉 Bilibili Downloader on GitHub

Give it a try and let me know what you think! 🎬