Bilibili Video Spider is a Python script for get videos information from Bilibili, a popular Chinese video-sharing platform. It uses Bilibili API to fetch the video information, such as title, description, tags and Video URL.
- Easy to Use: Simple command-line interface to download Bilibili videos effortlessly.
- Video Metadata: Downloads video metadata such as title, description, and tags along with the video file.
- Customizable: You can specify the video URL.
- High Quality: Downloads videos in their original high-quality resolution.
- Python: Make sure you have Python installed. You can download it from python.org.
- Dependencies: Install the required Python packages using
pip
by runningpip install -r requirements.txt
.
-
Clone the repository to your local machine.
git clone https://github.com/username/bilibili-video-spider.git
-
Navigate to the project directory.
cd bilibili-video-spider
-
Install the dependencies.
pip install -r requirements.txt
-
Run the script.
python bilibili_video_spider.py
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to customize this template according to your specific project details. If you need any further assistance or have specific questions about the repository, please let me know!