From cb6cd1d70434f59a7f29d1dcb9d39d0f60974123 Mon Sep 17 00:00:00 2001 From: LuckyPuppy514 <122154133@qq.com> Date: Wed, 13 Dec 2023 20:41:09 +0800 Subject: [PATCH] =?UTF-8?q?v4.0.1=20=E8=90=8C=E7=95=AA=E5=92=8C=E6=A8=B1?= =?UTF-8?q?=E8=8A=B1=E5=8A=A8=E6=BC=AB=E5=9F=9F=E5=90=8D=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- play-with-mpv.user.js | 17 ++++++++--------- website/list.json | 6 +++--- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/play-with-mpv.user.js b/play-with-mpv.user.js index 61c2450..490b9af 100644 --- a/play-with-mpv.user.js +++ b/play-with-mpv.user.js @@ -2,7 +2,7 @@ // @name Play-With-MPV // @name:zh 使用 MPV 播放 // @namespace https://github.com/LuckyPuppy514 -// @version 4.0.0 +// @version 4.0.1 // @author LuckyPuppy514 // @copyright 2023, Grant LuckyPuppy514 (https://github.com/LuckyPuppy514) // @license MIT @@ -95,7 +95,7 @@ // @match https://www.douyin.com/ // @match https://www.douyin.com/video/* // @match https://www.douyin.com/discover?modal_id=* -// @match https://www.mengfan.tv/play/* +// @match https://www.mitang.tv/m/* // @match https://www.mfan.tv/play/* // @match https://video1.beijcloud.com/player/?url=* // @match https://www.tucao.cam/play/* @@ -1875,7 +1875,7 @@ class BaseHandler { } if (this.media.title) { let maxLength = 1950 - link.length; - if(maxLength > 2){ + if (maxLength > 2) { let title = this.media.title; let encodeTitle = encodeURIComponent(title); while (encodeTitle.length > maxLength) { @@ -2713,10 +2713,10 @@ var websiteList = [ }, }, { - // ✅ https://www.816dm.com/play/6792-1-91.html + // ✅ https://www.856dm.com/play/6792-1-91.html // ✅ http://www.ntdm8.com/play/4973-1-1.html name: "樱花动漫网", - home: ["https://www.816dm.com", "http://www.ntdm8.com"], + home: ["https://www.856dm.com", "http://www.ntdm8.com"], regex: /^https?:\/\/www\.(\d+dm|ntdm8)\.com\/play\/.*/g, handler: class Handler extends BaseHandler { constructor() { @@ -3423,11 +3423,10 @@ var websiteList = [ }, }, { - // ✅ https://www.mfan.tv/play/Na666U/1/1/ - // ✅ https://www.mengfan.tv/play/kx666U/1/3/ + // ✅ https://www.mitang.tv/play/kx666U/1/3/ name: "萌番", - home: ["https://www.mengfan.tv", "https://www.mfan.tv"], - regex: /^https:\/\/www\.(mengfan|mfan)\.tv\/play\/.*/g, + home: ["https://www.mitang.tv"], + regex: /^https:\/\/www\.mitang\.tv\/m\/.*/g, handler: class Handler extends BaseHandler { constructor() { super(); diff --git a/website/list.json b/website/list.json index d68d5c1..d1b5287 100644 --- a/website/list.json +++ b/website/list.json @@ -32,7 +32,7 @@ "title": "樱花动漫网", "logo": "./website/logo/yhdmw.png", "url": [ - "https://www.816dm.com", + "https://www.856dm.com", "http://www.ntdm8.com" ], "category": "anime", @@ -40,9 +40,9 @@ }, { "title": "萌番", - "logo": "./website/logo/mengfan.png", + "logo": "./website/logo/mitang.png", "url": [ - "https://www.mengfan.tv/" + "https://www.mitang.tv/" ], "category": "anime", "resolution": "高清"