Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ekibot/bangumi-onair


https://github.com/ekibot/bangumi-onair

Last synced: 3 months ago
JSON representation

Lists

README

        


# Bangumi播放源爬虫

[![](https://data.jsdelivr.com/v1/package/gh/ekibot/bangumi-onair/badge)](https://www.jsdelivr.com/package/gh/ekibot/bangumi-onair)

基于[bangumi-data](https://github.com/bangumi-data/bangumi-data)数据,借助github action每日更新的Bangumi播放源及时间表数据。目前支持Acfun、哔哩哔哩、爱奇艺、腾讯视频和优酷。

### 使用方法

数据类型定义见[`./spider.d.ts`](https://github.com/ekibot/bangumi-onair/blob/spider/spider.d.ts)

时间表数据,返回`CalendarItem[]`
```
https://cdn.jsdelivr.net/gh/ekibot/bangumi-onair/calendar.json
```

条目放送数据,返回`Subject`
```
https://cdn.jsdelivr.net/gh/ekibot/bangumi-onair/onair/{id/1000}/{id}.json
```