Add files via upload

This commit is contained in:
gaotianliuyun 2023-06-09 20:11:36 +08:00 committed by GitHub
parent a760c82784
commit 14e7629a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

View File

@ -43,17 +43,19 @@
"分类片单链接加前缀": "https://www.ysgc.vip",
"分类片单链接加后缀": "",
"搜索请求头参数": "User-Agent$电脑",
"搜索链接": "https://www.ysgc.vip/vodsearch/{wd}-------------.html",
"搜索链接": "https://www.ysgc.vip/rss.xml?wd={wd}",
"POST请求数据": "",
"搜索截取模式": "1",
"搜索列表数组规则": ".myui-vodlist__media&&li",
"搜索片单是否Jsoup写法": "1",
"搜索片单图片": ".lazyload&&data-original",
"搜索片单标题": "h4&&a&&Text",
"搜索片单链接": "h4&&a&&href",
"搜索片单副标题": ".pic-text&&Text",
"搜索片单链接加前缀": "https://www.ysgc.vip",
"搜索列表数组规则": "rss&&item",
"搜索片单是否Jsoup写法": "0",
"搜索片单图片": "",
"搜索片单标题": "title>&&<",
"搜索片单链接": "link>&&\n",
"搜索片单副标题": "pubdate>\n&&\n",
"搜索片单链接加前缀": "",
"搜索片单链接加后缀": "",
"链接是否直接播放": "0",
"直接播放链接加前缀": "https://live.52sf.ga/huya/",
"直接播放链接加后缀": "#isVideo=true#",

View File

@ -54,7 +54,7 @@
"线路列表数组规则": "body&&.fed-tabs-info:has(.stui-content__playlist)",
"线路标题": ".fed-tabs-btns&&Text",
"播放列表数组规则": "body&&.stui-content__playlist",
"选集列表数组规则": "li",
"选集列表数组规则": "a[title]",
"选集标题链接是否Jsoup写法": "1",
"选集标题": "a&&Text",
"选集链接": "a&&href",