diff --git a/base/rules.db b/base/rules.db index 171e9024d029f9e46957fe77262984caa231695f..986a1db9d1e0cedc33ba0a62fe1eeffa3c0faf3c 100644 Binary files a/base/rules.db and b/base/rules.db differ diff --git a/controllers/cms.py b/controllers/cms.py index 8f6625fcbb89d6c227fb50077077a90ab7ad496f..1a94218b7b6d9677b94521874e992e035375e52e 100644 --- a/controllers/cms.py +++ b/controllers/cms.py @@ -1101,7 +1101,8 @@ class CMS: html = self.dealJson(html) html = json.loads(html) - if not is_json and html.find('输入验证码') > -1: + # if not is_json and html.find('输入验证码') > -1: + if not is_json and re.search('系统安全验证|输入验证码',html,re.M|re.S): cookie = verifyCode(url,self.headers,self.timeout,self.retry_count,self.ocr_api) # cookie = '' if not cookie: diff --git a/js/version.txt b/js/version.txt index 00d6e7e98e9461855fee3cd9cf229763a48f9690..9fa8bda0d194882894808aca48fafb705a5e713a 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.7.17beta \ No newline at end of file +3.7.17beta2 \ No newline at end of file diff --git "a/js/\347\234\237\344\270\215\345\215\241.js" "b/js/\347\234\237\344\270\215\345\215\241.js" new file mode 100644 index 0000000000000000000000000000000000000000..176d793531fc0bda284821767b2c9434d49a19ef --- /dev/null +++ "b/js/\347\234\237\344\270\215\345\215\241.js" @@ -0,0 +1,7 @@ +muban.首图2.二级.tabs = '.stui-pannel__head.bottom-line.active.clearfix h3'; +var rule = Object.assign(muban.首图2,{ +title:'真不卡', +host:'https://www.zbkk.net', +url:'/vodshow/fyclass--------fypage---.html', +// searchUrl:'/vodsearch/**----------fypage---.html', +}); \ No newline at end of file diff --git a/readme.md b/readme.md index d406e55a2829ac642d646f4384d905af43d87d15..72dcf7bafc4b2b946a67a547261432016c164443 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,8 @@ [dockerfile教程](https://blog.csdn.net/qq_46158060/article/details/125718218) [获取本地设备信息](https://blog.csdn.net/cui_yonghua/article/details/125508991) [获取本地设备信息](https://m.jb51.net/article/140716.htm) +###### 2022/09/27 +- [X] 1.v3.7.17 增加真不卡源 ###### 2022/09/26 - [X] 1.v3.7.16 芒果增加少儿分类,直播源更新修复 ###### 2022/09/25