diff --git a/base/rules.db b/base/rules.db index 8d21abea992a12d4ec8377e78c15cf25b9bd077f..db1c361689debf7b1627b790b77d1cd3e164bfb2 100644 Binary files a/base/rules.db and b/base/rules.db differ diff --git "a/py/drpy\344\270\200\347\272\247.js" "b/py/drpy\344\270\200\347\272\247.js" index 120546a722ddf01826e2ca026a91014a8751acaf..c8d5755c667dab50e4d6013afda6d1ad0f6c2680 100644 --- "a/py/drpy\344\270\200\347\272\247.js" +++ "b/py/drpy\344\270\200\347\272\247.js" @@ -17,6 +17,7 @@ function miniapp_request(path, query) { if(/request_error/.test(html)){ print(html); } + // print(html); return JSON.parse(html) } catch (e) { print("发生了错误:" + e.message); diff --git a/readme.md b/readme.md index e945d53cd7becbaf8aaedf2f93d825a6b73e6711..314dc1d4c72e69804159269e4ced48cc851357b4 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,7 @@ [搭建教程](./安卓本地搭建说明.md) | [install_help](https://jason-ray.notion.site/jason-ray/Pluto-TVB-706da08332804a19ab012b4f8385df64) |[goorm](./道长乱说.md) |[大佬地盘](./大佬友链.md) [dr项目QQ官群](https://qm.qq.com/cgi-bin/qm/qr?k=H2KwcXrMdiR5M2blHR5gjZzPfN_S3N_C&jump_from=webapi) [参考T4](https://github.com/sec-an/TV_Spider/blob/main/spider/sp360.py) +[drpy相关视频教程](https://www.youtube.com/watch?v=AK7cN-fcwm4&t=3s) [golang最好的js引擎-otto](https://github.com/robertkrimen/otto) [dockerfile教程](https://blog.csdn.net/qq_46158060/article/details/125718218) [获取本地设备信息](https://blog.csdn.net/cui_yonghua/article/details/125508991)