Add files via upload

This commit is contained in:
潇洒 2023-08-02 21:09:48 +08:00 committed by GitHub
parent 1e30dfe66f
commit a496d70bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 65 additions and 3 deletions

14
XYQHiker/DOVX搜索.json Normal file
View File

@ -0,0 +1,14 @@
{
"搜索请求头参数": "手机",
"搜索链接": "https://api.dovx.tk/ali/search?wd={wd}",
"POST请求数据": "",
"搜索截取模式": "0",
"搜索列表数组规则": "list",
"搜索片单是否Jsoup写法": "1",
"搜索片单图片": "vod_pic",
"搜索片单标题": "vod_name",
"搜索片单链接": "vod_content",
"搜索片单副标题": "",
"搜索片单链接加前缀": "",
"搜索片单链接加后缀": ""
}

View File

@ -0,0 +1,14 @@
{
"搜索请求头参数": "User-Agent$MOBILE_UA#referer$https://www.pansearch.me",
"搜索链接": "https://www.pansearch.me/search?keyword={wd}&offset=0&pan=aliyundrive",
"POST请求数据": "",
"搜索截取模式": "1",
"搜索列表数组规则": ".grid&&.items-start",
"搜索片单是否Jsoup写法": "0",
"搜索片单图片": "src=\"&&\"",
"搜索片单标题": "keyword\">&&<a",
"搜索片单链接": "href=\"&&\"",
"搜索片单副标题": "",
"搜索片单链接加前缀": "",
"搜索片单链接加后缀": ""
}

View File

@ -31,4 +31,4 @@
"是否开启手动嗅探": "0",
"手动嗅探视频链接关键词": ".mp4#.m3u8#.flv#video/tos",
"手动嗅探视频链接过滤词": ".html#=http"
}
}

View File

@ -0,0 +1,34 @@
{
"搜索请求头参数": "手机",
"搜索链接": "http://alixiaozhan.vip/?q={wd}",
"POST请求数据": "",
"搜索截取模式": "1",
"搜索列表数组规则": "#flarum-content&&li",
"搜索片单是否Jsoup写法": "1",
"搜索片单图片": "",
"搜索片单标题": "a&&Text",
"搜索片单链接": "a&&href",
"搜索片单副标题": "",
"搜索片单链接加前缀": "http://alixiaozhan.vip",
"搜索片单链接加后缀": "",
"详情是否Jsoup写法": "1",
"类型详情": "",
"年代详情": "",
"地区详情": "",
"演员详情": "",
"简介详情": ".Post-body,0&&p,-1&&Text",
"线路列表数组规则": "",
"线路标题": "",
"播放列表数组规则": "body&&#flarum-content",
"选集列表数组规则": "a[href^=https://www.aliyundrive.com/s/]",
"选集标题链接是否Jsoup写法": "1",
"选集标题": "a&&Text",
"选集链接": "a&&href",
"是否反转选集序列": "0",
"选集链接加前缀": "",
"选集链接加后缀": "",
"分析MacPlayer": "",
"是否开启手动嗅探": "0",
"手动嗅探视频链接关键词": ".mp4#.m3u8#.flv#video/tos",
"手动嗅探视频链接过滤词": ".html#=http"
}

View File

@ -7,7 +7,7 @@
"是否开启获取首页数据": "是",
"首页推荐链接": "http://wogg.xyz",
"首页列表数组规则": "body&&.module-items",
"首页片单列表数组规则": ".module-item",
"首页片单列表数组规则": ".module-item:not(:contains(饭太硬))",
"首页片单是否Jsoup写法": "1",
"分类起始页码": "1",
"分类链接": "http://wogg.xyz/index.php/vodshow/{cateId}--{by}------{catePg}---{year}.html",
@ -34,7 +34,7 @@
"筛选排序名称": "时间&人气&评分",
"筛选排序替换词": "time&hits&score",
"分类截取模式": "1",
"分类列表数组规则": ".module-items&&.module-item",
"分类列表数组规则": ".module-items&&.module-item:not(:contains(饭太硬))",
"分类片单是否Jsoup写法": "是",
"分类片单标题": "a&&title",
"分类片单链接": "a&&href",