From 2a502f1aeaffc38884b28e232f0827ae29e5c5f7 Mon Sep 17 00:00:00 2001 From: hihell Date: Mon, 22 Nov 2021 06:52:43 +0800 Subject: [PATCH] README --- ...6\346\236\234\347\276\216\351\243\237.txt" | 4 ++++ ...47\231\276\345\256\266\345\217\267APP.txt" | 19 +++++++++++++++++++ ...\271\345\255\246\344\271\240 Charles .txt" | 0 ...237\345\220\215 api.chunyuyisheng.com.txt" | 0 README.md | 4 ++++ 5 files changed, 27 insertions(+) create mode 100644 "NO59/\350\261\206\346\236\234\347\276\216\351\243\237.txt" create mode 100644 "NO60/\347\231\276\345\256\266\345\217\267APP.txt" create mode 100644 "NO61/\351\207\215\347\202\271\345\255\246\344\271\240 Charles .txt" create mode 100644 "NO62/\346\216\245\345\217\243\345\237\237\345\220\215 api.chunyuyisheng.com.txt" diff --git "a/NO59/\350\261\206\346\236\234\347\276\216\351\243\237.txt" "b/NO59/\350\261\206\346\236\234\347\276\216\351\243\237.txt" new file mode 100644 index 0000000..51f4183 --- /dev/null +++ "b/NO59/\350\261\206\346\236\234\347\276\216\351\243\237.txt" @@ -0,0 +1,4 @@ +请求地址已经得到:https://api.douguo.net/home/videos/0/15 +请求方式:POST + +该接口可以得到 MP4 视频资源 \ No newline at end of file diff --git "a/NO60/\347\231\276\345\256\266\345\217\267APP.txt" "b/NO60/\347\231\276\345\256\266\345\217\267APP.txt" new file mode 100644 index 0000000..71e131d --- /dev/null +++ "b/NO60/\347\231\276\345\256\266\345\217\267APP.txt" @@ -0,0 +1,19 @@ +对请求地址的参数进行整理与分析,得到如下结论。 + +热门列表的数据URL为:https://baijiahao.baidu.com/builderinner/mobileui/hot/getHotList +其中各个参数含义如下: +method:请求方式; +app_os_version:系统版本; +app_os:系统名称; +app_device_info:设备名称; +app_version:APP版本号; +channel:频道,这里使用的URL编码文字,例如 爆款=%E7%88%86%E6%AC%BE; +base:未知,可删除; +rn:接口返回的数据量,默认是 20,可以修改为更大数字; +type:未知,可删除; +time:时间戳,可删除; +isRefresh:是否刷新,可删除; +最终整理之后,接口参数的最简格式为 app_os=android&app_version=5.16.0.0&channel=爆款&rn=40&type=2 。 +———————————————— +版权声明:本文为CSDN博主「梦想橡皮擦」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 +原文链接:https://blog.csdn.net/hihell/article/details/121181900 \ No newline at end of file diff --git "a/NO61/\351\207\215\347\202\271\345\255\246\344\271\240 Charles .txt" "b/NO61/\351\207\215\347\202\271\345\255\246\344\271\240 Charles .txt" new file mode 100644 index 0000000..e69de29 diff --git "a/NO62/\346\216\245\345\217\243\345\237\237\345\220\215 api.chunyuyisheng.com.txt" "b/NO62/\346\216\245\345\217\243\345\237\237\345\220\215 api.chunyuyisheng.com.txt" new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 76f4429..3fe2249 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,8 @@ ### 📗 Python爬虫之手机APP抓包 58. [Python爬虫120例之案例58,手机APP爬虫,“武器库”的准备and皮皮虾APP的测试](https://blog.csdn.net/hihell/article/details/121028957) +59. [豆果美食APP,看一下都给[Python爬虫爱好者]提供了哪些接口](https://dream.blog.csdn.net/article/details/121163185) +60. [fiddler软件+手机模拟器搭配抓包,这篇博客有Python爬虫与百家号的事](https://dream.blog.csdn.net/article/details/121181900) +61. [Python爬虫工程师必备工具 Charles 的安装,以及爬取淘宝网+学UI网](https://dream.blog.csdn.net/article/details/121185069) +62. [Python手机抓包案例,用Charles捕获【春雨医生】接口数据](https://dream.blog.csdn.net/article/details/121189555) -- GitLab