-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.php
More file actions
49 lines (39 loc) · 2.45 KB
/
config.php
File metadata and controls
49 lines (39 loc) · 2.45 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
<?php
$SiteName = "白嫖视频";
$SiteUrl = "http://jx.unkaer.cf/";
// 百度统计
$baiduid = "cc7e8b361e68dfd22992e1e9b8ec835c";
// 谷歌统计
// dm.php 实时更新
$fdm = true; // 默认打开true,关闭 false
// dx.php 本地图片 缓存图片到服务器
$ftp = true;
// get 第三方视频链接
$fget_html = true;
// 完整版
$dm1=array('https://flvweb.com','http://1090ys1.com','http://www.nicotv.me','http://www.zzzfun.com','https://www.agefans.tv');
$dm2=array('/index.php/vod/search.html?wd=xxx','/search.html?wd=xxx','/video/search/xxx.html','/vod-search.html?wd=xxx.html','/search?query=xxx&page=1');
$dm3=array('flv','1090','妮可动漫','zzzfun动漫视频网','AGE动漫');
$rule1=array("/href=\"(.*?)\" title=\"(.*?)\" data-original=/","/<a class=\"v-thumb stui-vodlist__thumb lazyload\" href=\"(.*?)\" title=\"(.*?)\" data-original/","/<a href=\"(.*?)\" title=\"(.*?)\">/","/<a href=\"(\/vod-detail.*?)\">(.*?)<\/a>/","/<a href=\"(.*?)\" class=\"cell_imform_name\">(.*?)<\/a>/"); // 地址+标题
$rule2=array('/<span class="pic-text text-right">([\S\s]*?)<\/span>/','/<span class="pic-text text-right">([\S\s]*?)<\/span>/','/<span class="continu">([\S\s]*?)<\/span>/','/<span class="color">([\S\s]*?)<\/span>/','/<span class="newname">(.*?)<\/span>/'); // 集数
// 精简版
// $dm1=array('https://flvweb.com');
// $dm2=array('/index.php/vod/search.html?wd=xxx');
// $dm3=array('flv');
// $rule1=array("/href=\"(.*?)\" title=\"(.*?)\" data-original=/");
// $rule2=array('/<span class="pic-text text-right">([\S\s]*?)<\/span>/');
// https://www.zhenbuka.com/
// post 第三方视频链接
$fpost_html = true; //true
$post1=array('http://www.tv6box.com');
$post2=array('/index.php?s=vod-search-name');
$post3=array('电影盒子');
$rule3=array("/href=\"(.*?)\" target=\"_blank\" title=\"(.*?)\"/",);
$rule4=array('/<span class=\"v_bottom_tips\">([\S\s]*?)<\/span>/',);
// search.asp 第三方视频链接
$fsearch = true; // false
$search1=array('http://www.dm530.net','http://www.tldm.net','http://www.imomoe.in');
$search2=array('风车动漫','天乐动漫','樱花动漫');
$rule5=array("/<a href=\"([^>]*?)\" target=\"_blank\" title=\"(.*?)\">/","/<a href=\"(.*?)\" target=\"_blank\"><img src=\".*?\" alt=\"(.*?)\">/","/<a href=\"([^>]*?)\" target=\"_blank\" title=\"(.*?)\">/");
$rule6=array('/<span>别名:.*?<\/span><span><font color="red">(.*?)<\/font> 类型:/','/<abbr>(.*?)<\/abbr>/','/<span>别名:.*?<\/span><span>(.*?) 类型:/');
?>