Add files via upload

This commit is contained in:
超人哥哥 2023-05-10 17:32:13 +08:00 committed by GitHub
parent a7ce0ad300
commit 3bc6fbf034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
json/土狗搜索.json Normal file
View file

@ -0,0 +1,14 @@
{
"搜索请求头参数": "手机",
"搜索链接": "https://www.tugousou.com/search;post",
"POST请求数据": "keyword={wd}",
"搜索截取模式": "1",
"搜索列表数组规则": ".layui-container,1&&.layui-row:has(a)",
"搜索片单是否Jsoup写法": "1",
"搜索片单图片": "",
"搜索片单标题": "a&&Text",
"搜索片单链接": "a&&href",
"搜索片单副标题": "p,-1&&Text",
"搜索片单链接加前缀": "",
"搜索片单链接加后缀": ""
}