Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
li5bo5 authored Apr 26, 2024
1 parent 915645d commit 18bee50
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ext/斗鱼直播.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ var rule = {
url:playurl[key]
})}});
d.push(
{title: "原址嗅探",url: "https://m.douyu.com/" + jo.roomId },
{title: "长风解析",url: "http://cfss.cc/cdn/hy/" + jo.roomId + ".flv"},
{title: "斗鱼解析1",url: "http://epg.112114.xyz/douyu/" + jo.roomId },
{title: "斗鱼解析2",url: "http://43.138.170.29:35455/douyu/" + jo.roomId},
{title: "斗鱼解析3",url: "https://www.goodiptv.club/douyu/" + jo.roomId}
{title: "斗鱼解析1",url: "http://43.138.170.29:35455/douyu/" + jo.roomId },
{title: "斗鱼解析2",url: "http://epg.112114.xyz/douyu/" + jo.roomId },
{title: "斗鱼解析3",url: "http://cfss.cc/cdn/hy/" + jo.roomId + ".flv"},
{title: "斗鱼解析4",url: "https://www.goodiptv.club/douyu/" + jo.roomId}
);
VOD.vod_play_from = "播放源";
VOD.vod_play_url = d.map(function(it) {
Expand Down

0 comments on commit 18bee50

Please sign in to comment.