更新文件 xp.json

This commit is contained in:
liu673cn 2022-07-13 16:09:16 +08:00 committed by coding.net
parent d2eb5d08d2
commit 9f12b4d08a
No known key found for this signature in database
GPG Key ID: 8D2350E4C890472E

View File

@ -14,7 +14,7 @@
"哔哩哔哩": "26" "哔哩哔哩": "26"
}, },
// //
"homeVodNode": "//div[@class='myui-vodlist__box']/li/a", "homeVodNode": "//ul[@class='myui-vodlist clearfix']/li/a",
// //
"homeVodName": "/@title", "homeVodName": "/@title",
// //
@ -34,7 +34,7 @@
// {cateId} id {catePg} // {cateId} id {catePg}
"cateUrl": "https://app.zteys.com/index.php/vod/type/id/{cateId}/page/{catePg}.html", "cateUrl": "https://app.zteys.com/index.php/vod/type/id/{cateId}/page/{catePg}.html",
// homeVod // homeVod
"cateVodNode": "//ul[@class='stui-vodlist clearfix']/li/a", "cateVodNode": "//ul[@class='myui-vodlist clearfix']/li/a",
"cateVodName": "/@title", "cateVodName": "/@title",
"cateVodId": "/@href", "cateVodId": "/@href",
"cateVodIdR": "/id/(\\w+).html", "cateVodIdR": "/id/(\\w+).html",