Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Quandong-Zhang/bilibiliAudioDownloader.ps1
基于power shell的b站视频音轨下载器(支持多P)。对被压制成视频的ost之类的音乐专辑有奇效(doge)
https://github.com/Quandong-Zhang/bilibiliAudioDownloader.ps1
Last synced: 12 days ago
JSON representation
基于power shell的b站视频音轨下载器(支持多P)。对被压制成视频的ost之类的音乐专辑有奇效(doge)
- Host: GitHub
- URL: https://github.com/Quandong-Zhang/bilibiliAudioDownloader.ps1
- Owner: Quandong-Zhang
- License: gpl-3.0
- Created: 2022-06-08T15:29:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T11:23:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T02:27:01.137Z (3 months ago)
- Language: PowerShell
- Size: 37.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - BilibiliAudioDownloader.ps1 - 基于 power shell 的 b 站视频音轨下载器(支持多 P).![Shell](svg/shell.svg?raw=true) (下载工具 / 直播脚本)
README
# bilibiliAudioDownloader.ps1
基于power shell的b站视频音轨下载器(支持多P)。对被压制成视频的ost之类的音乐专辑有奇效(doge)
## 已使用python重写([参见](https://github.com/Quandong-Zhang/BilibiliAudioDownloader-rebuild/))。
## 好处
1.无需安装环境,是个Windows系统的机器都能跑
2.有助于戒掉编程(终于没有理由不卸载python了),专心学习233333
## 使用
bilibiliAudioDownloader.ps1是根据bvid(bv号)下载一个视频所有P的音轨
bilibiliAudioDownloaderByMid.ps1是根据mid下载一个up所有视频的音轨(如有分P,则只下载P1的音轨)
例如:
```shell
bilibiliAudioDownloader.ps1 BV1cY41177SS
```
或者直接双击run.cmd之后输入bv号注:普通Windows系统需要先更改组策略允许运行power shell脚本,Windows sever应该是默认允许运行脚本的。
用管理员权限打开power shell,然后输入
Set-ExecutionPolicy -ExecutionPolicy RemoteSignedP.S.power shell的速度实在太香了吧,甩python的you-get几十条街。