Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrizan/bilibili-dl
Download tools for bilibili.tv
https://github.com/andrizan/bilibili-dl
Last synced: 6 days ago
JSON representation
Download tools for bilibili.tv
- Host: GitHub
- URL: https://github.com/andrizan/bilibili-dl
- Owner: andrizan
- License: mit
- Created: 2022-06-15T09:20:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:35:16.000Z (11 months ago)
- Last Synced: 2024-05-02T04:28:36.858Z (10 months ago)
- Language: Batchfile
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## bilibili-dl
Download tools for [bilibili.tv](https://www.bilibili.tv)
### Requirement
* [PowerShell](https://github.com/PowerShell/PowerShell)
* [FFmpeg](https://ffmpeg.org/download.html)
* [yt-dlp](https://github.com/yt-dlp/yt-dlp)
* [aria2c](https://github.com/aria2/aria2)### Usage
```
.\dl.ps1 "https://example.com/video/davsfre223wde" "Title"
```### Download Result
```
* resolution | .env=480
* format video | mkv (remux)
* format audio | opus (encode)
* format subtitles | srt | .env=en
```### File Playlist
Download script anime Detective Conan (Case Closed).
#### Usage
- login account from browser (chrome/firefox)
- exp url : `https://www.bilibili.tv/id/play/1022690/10655935?bstar_from=bstar-web.pgc-video-detail.episode.0`
- 10655935 = eps_id
```
.\playlist.ps1 -eps_id 11004093,11004145,11004208
```