-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathFQDM.json
More file actions
32 lines (32 loc) · 986 Bytes
/
Copy pathFQDM.json
File metadata and controls
32 lines (32 loc) · 986 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
29
30
31
32
{
"deprecated": true,
"api": "7",
"type": "anime",
"name": "FQDM",
"version": "2.0",
"muliSources": true,
"useWebview": true,
"useNativePlayer": true,
"usePost": false,
"useLegacyParser": true,
"adBlocker": true,
"userAgent": "",
"baseURL": "https://www.fqdm.cc/",
"searchURL": "https://www.fqdm.cc/index.php/vod/search/wd/@keyword.html",
"searchList": "//div[@class='module-items module-card-items']/div[contains(@class, 'module-card-item')]",
"searchName": ".//div[@class='module-card-item-title']/a",
"searchResult": ".//div[@class='module-card-item-title']/a",
"chapterRoads": "//div[contains(@class,'module-play-list-content')]",
"chapterResult": "//a[contains(@class,'module-play-list-link')]",
"referer": "",
"antiCrawlerConfig": {
"enabled": false,
"captchaType": 1,
"captchaImage": "",
"captchaInput": "",
"captchaButton": "",
"captchaDetectType": 1,
"captchaDetectValue": "",
"captchaScript": ""
}
}