From 5991ec183f7c3e061a36e6bdd225f015b40ba545 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Mon, 3 Oct 2022 19:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8=E7=BA=BFocr?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/drpy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/drpy.js b/libs/drpy.js index 9215bf8..6ef2c83 100644 --- a/libs/drpy.js +++ b/libs/drpy.js @@ -45,7 +45,8 @@ const CATE_EXCLUDE = '首页|留言|APP|下载|资讯|新闻|动态'; const TAB_EXCLUDE = '猜你|喜欢|APP|下载|剧情|热播'; const OCR_RETRY = 3;//ocr验证重试次数 // const OCR_API = 'http://dm.mudery.com:10000';//ocr在线识别接口 -const OCR_API = 'http://192.168.3.239:5705/parse/ocr';//ocr在线识别接口 +// const OCR_API = 'http://192.168.3.239:5705/parse/ocr';//ocr在线识别接口 +const OCR_API = 'http://cms.nokia.press/parse/ocr';//ocr在线识别接口 var MY_URL; // 全局注入变量,pd函数需要 var VODS = [];// 一级或者搜索需要的数据列表 var vod = {};//二级用单个影片详情 -- GitLab