forked from YYDS678/uzVideo-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmubai.js
More file actions
52 lines (45 loc) · 1.93 KB
/
Copy pathmubai.js
File metadata and controls
52 lines (45 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// ignore
//@name:[嗅]木白
//@version:1
//@webSite:https://m.mubai.link/index
//@remark:
//@deprecated:1
// ignore
// 适用于 把鼠标放在视频封面上 可以右键 复制正确链接的网站
// 不能保证一定能用,不能用的欢迎反馈
/// 是否模拟 PC 是 1, 手机是 0
const isUsePC = 1
/// 默认应该是 0,当视频不能播放的时候,可以把这个设置为 1, 否则不要改动
const isAddReferer = 0
// 网站主页
const webSite = 'https://m.mubai.link/index'
// 网站搜索
// https://m.mubai.link/search?search=海
// 把网站主页变成 @{webSite} 把搜索词变成 @{searchWord} 把页码变成 @{page}
const searchUrl = '@{webSite}/search?search=@{searchWord}¤t=@{page}'
// 当前网站任意视频详情页
// https://m.mubai.link/filmDetail?link=86711
const videoDetailPage = '@{webSite}/filmDetail?link=86711'
// 当前网站任意视频播放页
// https://m.mubai.link/play?id=86711&episode=0&source=2E5B5769897C9353
const videoPlayPage = '@{webSite}/play?id=86711&episode=0&source=2E5B5769897C9353'
// 保持不变
const filterListUrl = ''
const firstClass = [
{
name: '动漫',
// https://m.mubai.link/filmClassifySearch?Pid=4&Sort=update_stamp¤t=2
// 把网站主页变成 @{webSite} 把页码变成 @{page}
id: '@{webSite}/filmClassifySearch?Pid=4&Sort=update_stamp¤t=@{page}',
},
{
name: '剧场版',
// https://m.mubai.link/filmClassifySearch?Pid=2&Sort=update_stamp¤t=2
// 把网站主页变成 @{webSite} 把页码变成 @{page}
id: '@{webSite}/filmClassifySearch?Pid=2&Sort=update_stamp¤t=@{page}',
},
]
// 下面这个不要有任何改动,且保持在最后一行,加载内置代码需要
// 下面这个不要有任何改动,且保持在最后一行,加载内置代码需要
// 下面这个不要有任何改动,且保持在最后一行,加载内置代码需要
//#BaseCode1#