-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathdalvdm.json
More file actions
28 lines (28 loc) · 832 Bytes
/
Copy pathdalvdm.json
File metadata and controls
28 lines (28 loc) · 832 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
27
28
{
"api": "6",
"type": "anime",
"name": "dalvdm",
"version": "1.0",
"muliSources": true,
"useWebview": true,
"useNativePlayer": true,
"usePost": false,
"useLegacyParser": false,
"adBlocker": false,
"userAgent": "",
"baseURL": "https://www.dalvdm.cc/",
"searchURL": "https://www.dalvdm.cc/index.php/vod/search.html?wd=@keyword",
"searchList": "//div[@class='vod-detail style-detail cor4 search-list']",
"searchName": "//div/div[2]/a",
"searchResult": "//div/div[2]/a",
"chapterRoads": "//ul[@class='anthology-list-play size']",
"chapterResult": "//li/a",
"referer": "",
"antiCrawlerConfig": {
"enabled": true,
"captchaType": 1,
"captchaImage": "//img[@class='ds-verify-img']",
"captchaInput": "//div[4]/div[2]/div/div/input",
"captchaButton": "//div[4]/div[2]/button"
}
}