diff --git a/index.json b/index.json index 9fe27fb..d5d209e 100644 --- a/index.json +++ b/index.json @@ -148,5 +148,11 @@ "version": "1.1", "useNativePlayer": true, "author": "" + }, + { + "name": "nyafun", + "version": "0.0.3", + "useNativePlayer": true, + "author": "" } ] \ No newline at end of file diff --git a/nyafun.json b/nyafun.json index a7baae9..01aaf16 100644 --- a/nyafun.json +++ b/nyafun.json @@ -1,14 +1,15 @@ { - "api": "1", + "api": "3", "type": "anime", "name": "nyafun", - "version": "0.0.2", + "version": "0.0.3", "muliSources": true, "useWebview": true, - "useNativePlayer": false, + "useNativePlayer": true, "userAgent": "", - "baseURL": "https://www.nyafun.net", - "searchURL":"https://www.nyafun.net/search.html?wd=@keyword", + "referer": "https://play.nyadm.net/" + "baseURL": "https://www.nyadm.net/", + "searchURL":"https://www.nyadm.net/search.html?wd=@keyword", "searchList": "//div[4]/div/div[1]/div/div", "searchName": "//div[3]/div[1]/div[1]/a[1]", "searchResult": "//div[3]/div[1]/div[1]/a[1]",