BilibiliDown
Introduction: (GUI-多平台支持) B 站 哔哩哔哩 视频下载器。支持稍后再看、收藏夹、UP 主视频批量下载|Bilibili Video Downloader 😳
Tags:
Bilibili 视频下载器,用于下载 B 站视频。
登录后的凭证明文保存在config文件夹下的cookies.config。
如有需要请直接删除,或操作->登录相关->退出登录
更多详情请参考帮助文档 (如果访问不太顺畅的话,可以试试备用帮助文档)
:smile:第三方库使用声明
- AV 和 BV 转换参考了Colerar/abv
- 使用JSON.org库做简单的 Json 解析
- 使用zxing库生成链接二维码图片
- 以外部库的方式调用ffmpeg进行转码(短片段 flv 未使用 ffmpeg,仅多 flv 合并及 m4s 转换 mp4 格式需要用到)
- geetest 验证码实现参考了geetest-validator
- cookie 刷新代码的 wasm 逆向实现参考了SocialSisterYi/bilibili-API-collect#524
:smile:其它
- 下载地址: https://nICEnnnnnnnLee.github.io/BilibiliDown/guide/quick-start/download
- GitHub: https://github.com/nICEnnnnnnnLee/BilibiliDown
- Github Release: https://github.com/nICEnnnnnnnLee/BilibiliDown/releases
- Bitbucket: https://bitbucket.org/NiceLeeee/BilibiliDown
- Gitee 码云: https://gitee.com/NiceLeee/BilibiliDown
- 更新日志
:smile:LICENSE
- 第三方 LICENSE
本项目提供的
ffmpeg.exe基于nICEnnnnnnnLee/FFmpeg-Builds进行编译。
设置 Github secretFF_SPECIFIC_CONFIGURE如下:--disable-debug --disable-doc --disable-ffplay --disable-ffprobe --enable-static --disable-shared --disable-network --disable-autodetect --disable-decoders --disable-gpl --disable-version3 --enable-decoder='h264,aac*,mp3*,mp4,eac3,flac' --disable-encoders --disable-demuxers --enable-demuxer='concat,mov,m4v,flv,mp3,aac,m4a' --disable-muxers --enable-muxer='flv,mp4,mp3,adts' --enable-encoder='libmp3lame,mp3,aac' --disable-parsers --enable-parser=h264 --disable-protocols --enable-protocol='concat,file' --disable-bsfs --enable-bsf='h264_metadata,h264_mp4toannexb' --disable-filters --enable-filter='concat,aresample' --disable-iconv --enable-small本项目遵守开源协议
Apache 2.0。
``` Copyright (C) 2019-2024 NiceLee. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```
