-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathciyuancheng.json
More file actions
26 lines (26 loc) · 857 Bytes
/
Copy pathciyuancheng.json
File metadata and controls
26 lines (26 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"deprecated": true,
"api": "6",
"type": "anime",
"name": "ciyuancheng",
"version": "2.0",
"muliSources": true,
"useWebview": true,
"useNativePlayer": true,
"usePost": false,
"userAgent": "",
"baseURL": "https://www.cycani.org/",
"searchURL": "https://www.cycani.org/search.html?wd=@keyword",
"searchList": "//div[@class='vod-detail style-detail cor4 search-list']",
"searchName": "//div/div[2]/a/h3",
"searchResult": "//div/div[2]/a",
"chapterRoads": "//ul[@class='anthology-list-play size']",
"chapterResult": "//li/a",
"antiCrawlerConfig": {
"enabled": true,
"captchaType": 1,
"captchaImage": "//img[@class='ds-verify-img']",
"captchaInput": "//input[@name='verify']",
"captchaButton": "//button[@class='button verify-submit top20']"
}
}