Add files via upload

This commit is contained in:
n3rddd 2023-08-04 22:19:53 +08:00 committed by GitHub
parent 11845a2ee8
commit 757eb2c3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

77
JN/EXT/XP/bt0.json Normal file
View File

@ -0,0 +1,77 @@
{
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.42",
//
"homeUrl": "https://www.2bt0.com/",
// 使xpath "cateManual": {"电影": "1", "电视剧": "2"},
"cateManual": {"电影":"1"},
// {cateId} id {catePg}
"cateUrl": "https://www.2bt0.com/movie/{cateId}.html?sb=&sc=&sct=&scn=&sd=&sdt=&sdn=&se=&set=&sen=&sf=&sft=&sfn=&sg=1&sh=&sht=&shn=&page={catePg}",
// homeVod
"cateVodNode": "//div[contains(@class, 'masonry_item')]/a",
"cateVodName": "/figure/figcaption/h2/text()",
"cateVodId": "/@href",
"cateVodIdR": "/mv/(\\S+).htm",
"cateVodImg": "/figure/div[2]/div/@style",
"cateVodImgR": "url\\((.*?)\\)",
"cateVodMark": "/figure/figcaption/em/text()",
//
"dtUrl": "https://www.2bt0.com/mv/{vid}.html",
//
"dtNode": "//body",
//
"dtName": "//span[@class='info-title lh32']/text()",
//
"dtImg": "//div[@class='masonry__item']/div/img/@src",
"dtImgR": "",
//
"dtCate": "",
"dtCateR": "",
//
"dtYear": "",
"dtYearR": "",
//
"dtArea": "",
"dtAreaR": "",
//
"dtMark": "",
"dtMarkR": "",
//
"dtActor": "",
"dtActorR": "",
//
"dtDirector": "",
"dtDirectorR": "",
//
"dtDesc": "",
"dtDescR": "",
//
"dtFromNode": "//ul[@class='tabs']/li[1]",
//
"dtFromName": "/div/span/text()",
//
"dtFromNameR": "",
// ///../../following-sibling::div/ul
"dtUrlNode": "//body",
//
"dtUrlSubNode": "//body",
//
"dtUrlId": "//a[contains(@href, 'magnet')][1]/@href",
//
"dtUrlIdR": "",
//
"dtUrlName": "//a[contains(@href, 'magnet')][1]/div/text()",
//
"dtUrlNameR": "",
// {playUrl} dtUrlId
"playUrl": "",
//
"searchUrl": "https://www.2bt0.com/search.php?sb={wd}",
// homeVod , cms suggest
"scVodNode": "//div[@class='masonry_item col-md-3 col-sm-6 marb60']",
"scVodName": "/div[1]/div/h5/text()",
"scVodId": "/a/@href",
"scVodIdR": "/mv/(\\S+).htm",
"scVodImg": "/a/div/div/@style",
"scVodImgR": "url\\((.*?)\\)",
"scVodMark": "/div[1]/div/h5/span/text()"
}