This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Douyin_Web_Live/proxy/addon/userinfo_http.py

12 lines
319 B
Python

from mitmproxy import http
class UserInfoAddon:
def __init__(self):
...
def response(self, flow: http.HTTPFlow):
# /aweme/v1/web/user/profile/other/ 他人主页获取他人信息
if '/aweme/v1/web/user/profile/other' in flow.request.path:
content = flow.response.content