Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/littleplus/Bilibili-Album-Download
Download Bilibili album. 下载Bilibili用户相簿
https://github.com/littleplus/Bilibili-Album-Download
Last synced: about 2 months ago
JSON representation
Download Bilibili album. 下载Bilibili用户相簿
- Host: GitHub
- URL: https://github.com/littleplus/Bilibili-Album-Download
- Owner: littleplus
- License: mit
- Created: 2019-05-27T10:48:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T05:28:08.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:26:50.195Z (4 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - Bilibili-Album-Download - 下载 Bilibili 用户相簿.![Python](svg/python.svg?raw=true) (下载工具 / 直播脚本)
README
# Bilibili相簿下载(Bilibili Album Download)
## 中文介绍
### 快速食用
- 下载 `bilibili_album.py` 到任意一个文件夹
`python bilibili_album.py `### 注意事项
- 默认下载文件夹为,与脚本同级目录下,以Bilibili用户ID命名的文件夹
- 默认文件命名为,'绘画作品ID' + '_b' + '序号'.'图片格式'
- 目前脚本为单线程下载方式,单个用户图片数量多的话,需要时间可能有点长
- 本脚本大概率不会再修改,如果有运行问题,可以提issues。但不保证会改## English Version
### Quick Start
- Download `bilibili_album.py` to any directory
`python bilibili_album.py `### Attentions
- The default download folder is a folder named after the Bilibili user ID at the same level as the script
- The default file name is, 'Album ID' + '_b' + 'index'.'Image format'
- Currently, the script is a single-threaded download method; if the number of images for a single user is large, it may take quite a long time.
- This script will probably not be modified again; if there are running errors, you can raise issues, but there is no guarantee to change.## TODO
- Add config files to record downloaded post!
- use wget method to download failed images