diff --git a/dmghg.json b/dmghg.json index a139576..634c849 100644 --- a/dmghg.json +++ b/dmghg.json @@ -1,32 +1,31 @@ { - "deprecated": true, - "api": "7", - "type": "anime", - "name": "dmghg", - "version": "1.0", - "muliSources": true, - "useWebview": true, - "useNativePlayer": true, - "usePost": false, - "useLegacyParser": true, - "adBlocker": true, - "userAgent": "", - "baseURL": "https://www.dmghg1.com/", - "searchURL": "https://www.dmghg1.com/index.php/vod/search.html?wd=@keyword", - "searchList": "//div[@class='module-items module-card-items']//div", - "searchName": "//a/strong", - "searchResult": "//div[@class='module-card-item-footer']/a[2]", - "chapterRoads": "//div[@class='module-play-list-content module-play-list-larger ']", - "chapterResult": "//a", - "referer": "", - "antiCrawlerConfig": { - "enabled": false, - "captchaType": 1, - "captchaImage": "", - "captchaInput": "", - "captchaButton": "", - "captchaDetectType": 1, - "captchaDetectValue": "", - "captchaScript": "" - } + "api": "7", + "type": "anime", + "name": "dmghg", + "version": "1.1", + "muliSources": true, + "useWebview": true, + "useNativePlayer": true, + "usePost": false, + "useLegacyParser": true, + "adBlocker": true, + "userAgent": "", + "baseURL": "https://www.dmghg1.com/", + "searchURL": "https://www.dmghg1.com/index.php/vod/search.html?wd=@keyword", + "searchList": "//div[contains(@class,'module-items') and contains(@class,'module-card-items')]/div[contains(@class,'module-card-item')]", + "searchName": ".//div[contains(@class,'module-card-item-title')]/a", + "searchResult": ".//div[contains(@class,'module-card-item-title')]/a", + "chapterRoads": "//div[contains(@class,'module-play-list-content')]", + "chapterResult": "//a[contains(@class,'module-play-list-link')]", + "referer": "https://www.dmghg1.com/", + "antiCrawlerConfig": { + "enabled": false, + "captchaType": 1, + "captchaImage": "", + "captchaInput": "", + "captchaButton": "", + "captchaDetectType": 1, + "captchaDetectValue": "", + "captchaScript": "" + } }