Skip to content

Commit

Permalink
remove quanmin.tv
Browse files Browse the repository at this point in the history
  • Loading branch information
chigusa committed Apr 2, 2019
1 parent d5e5057 commit edbde70
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 101 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ Bililive-go是一个支持多种直播平台的直播录制工具,运行在 CL
<td>www.huya.com</td>
<td>滋瓷</td>
</tr>
<tr align="center">
<td>全民直播</td>
<td>www.quanmin.tv</td>
<td>滋瓷</td>
</tr>
<tr align="center">
<td>CC直播</td>
<td>cc.163.com</td>
Expand Down
3 changes: 0 additions & 3 deletions src/api/live.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var LivePlatformCNNameMap = map[string]string{
"www.yizhibo.com": "一直播",
"www.twitch.tv": "twitch",
"www.huya.com": "虎牙",
"www.quanmin.tv": "全民",
"cc.163.com": "CC直播",
"www.openrec.tv": "openrec",
}
Expand Down Expand Up @@ -96,8 +95,6 @@ func NewLive(url *url.URL) (Live, error) {
live = &TwitchLive{abstractLive: baseLive}
case "www.huya.com":
live = &HuYaLive{abstractLive: baseLive}
case "www.quanmin.tv":
live = &QuanMinLive{abstractLive: baseLive}
case "cc.163.com":
live = &CCLive{abstractLive: baseLive}
case "www.openrec.tv":
Expand Down
73 changes: 0 additions & 73 deletions src/api/quanmin_live.go

This file was deleted.

20 changes: 0 additions & 20 deletions src/api/quanmin_live_test.go

This file was deleted.

0 comments on commit edbde70

Please sign in to comment.