https://github.com/ssysm/streamgetterv2
流服务平台链接抓取工具
https://github.com/ssysm/streamgetterv2
bilibili-live hibiki-radio line m3u8-playlist niconico stream-api toolbox
Last synced: 22 days ago
JSON representation
流服务平台链接抓取工具
- Host: GitHub
- URL: https://github.com/ssysm/streamgetterv2
- Owner: ssysm
- License: gpl-3.0
- Created: 2018-10-31T04:20:21.000Z (over 7 years ago)
- Default Branch: v2.1
- Last Pushed: 2023-01-04T16:35:48.000Z (over 3 years ago)
- Last Synced: 2025-04-11T15:11:07.399Z (about 1 year ago)
- Topics: bilibili-live, hibiki-radio, line, m3u8-playlist, niconico, stream-api, toolbox
- Language: TypeScript
- Homepage:
- Size: 17.4 MB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# StreamGetter
[](https://travis-ci.org/ssysm/StreamGetterV2)
流媒体链接抓取工具 使用Electron&NodeJS(底层Runtime) + Angular7 (UI)框架,使用GPL-V3.0许可证发行。
## 支持的流平台
- Bilibili直播
- Line Live
- Niconico 生放送(如何实现?[点击这里](https://blog.theeditorstudio.com/index.php/blog/niconico%E7%94%9F%E6%94%BE%E6%BA%90%E6%8A%93%E6%B5%81%E8%AF%A6%E8%A7%A3))
- Hibiki Radio Station
- Onsen.ag 音泉
- Weibo.com 直播
## 使用展示
- ## Bilibili 直播

- ## Line Live

- ## HiBiKi Radio Station

- ## Niconico生放送
(为了展示可以进行离开浏览器抓流 特此关闭浏览器)

## 如何安装
- 从GitHub Release 中下载对应的操作系统压缩包
- 解压 `stream-getter-electron-[操作系统]-[架构].7z/zip`
- 点击 `stream-getter-electron.exe/.app`即可
## 二次开发指南
- `npm install`安装依赖
- `npm run start` 进行Angular前端调试
- `npm run electron`进行Electron调试
- 目录指南
- `electron-main.js` Electron启动文件
- `src/app/` Angular 前端TS/HTML/SCSS文件
- `service/`流获取服务
- `page/` 页面
## 问题&联系?
- Github Issue
- E-mail: [pr@theeditorstudio.com](mailto:pr@theeditorstudio.com)