drpy接口新增二级的list_url_prefix属性。修复zyplayer获取源码设置请求头大小写敏感问题 bjzahjq/ZyPlayer.Hiram-WongPublic forked fromHiram-Wong/ZyPlayer NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests...
Hiram-Wongmerged 2 commits intoHiram-Wong:mainfromhjdhnx:main Jun 1, 2024 +78−14 Conversation0Commits2Checks0Files changed3 Contributor hjdhnxcommentedJun 1, 2024• edited 🤔 这个 PR 的性质是? 新特性提交 🔗 相关 Issue 💡 需求背景和解决方案 ...
dr_py / doc / 接口文档.md 接口文档.md 99.94 KB 一键复制 编辑 原始数据 按行查看 历史 晚风拂柳颜 提交于 2年前 . 乱提交接口文档 全局公共参数 全局Header参数 全局Query参数 全局Body参数 全局认证方式 全局预执行脚本 全局后执行脚本 /cms接口 Header参数 Query参数 Body参数 认证方式 预执行脚本 后...
dr_py / doc / 接口文档.md 接口文档.md 99.94 KB 一键复制 编辑 原始数据 按行查看 历史 晚风拂柳颜 提交于 2年前 . 乱提交接口文档 全局公共参数 全局Header参数 全局Query参数 全局Body参数 全局认证方式 全局预执行脚本 全局后执行脚本 /cms接口 Header参数 Query参数 Body参数 认证方式 预执...
hjdhnx committed Jun 5, 2024 1 parent 0c16667 commit 4eef263 Showing 1 changed file with 230 additions and 134 deletions. Whitespace Ignore whitespace Split Unified Oops, something went wrong. Retry 0 comments on commit 4eef263 Please sign in to comment. ...
欢迎使用DR-PY首页界面 当前版本: 3.7.14 框架开发:道长 框架美化:蓝莓 可以简单的自定义爬虫实现cms数据接口 - suttersmill/drpy
@@ -10,6 +10,11 @@ nodejs作为服务端的drpy实现。全面升级异步写法 3. 更新atob、btoa函数逻辑 4. 导出pq函数 5. 增加模块系统,$.require和$.exports 6. 修复drpyS源筛选不生效问题 7. 增加局域网可访问接口 8. 打印所有req发出的请求 9. 增加主页的html 10. 番茄小说示例源增加导入模块的用法 ##...
接口文档.md 更新日志.md 道长乱说.md docker images jiexi js libs logs models py static super templates test txt utils whl zhengban .gitignore 404.jpg LICENSE app.py app.sh commands.txt dockerfile dockerfile_arm64.txt dockerfile_armv7.txt drpy_js_rule.js readme.md requirements.txt sources...
// import "https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/libs/crypto-js.js"; @@ -19,21 +19,26 @@ function init_test(){ console.log(JSON.stringify(rule)); console.log("init_test_end");// console.log(typeof (CryptoJS)); ...
2 changes: 1 addition & 1 deletion 2 libs/drpy.js Original file line numberDiff line numberDiff line change @@ -92,7 +92,7 @@ const OCR_RETRY = 3;//ocr验证重试次数 // const OCR_API = 'http://dm.mudery.com:10000';//ocr在线识别接口 // const OCR_API = 'http://192.168.3....