Update mitmproxy/README.md

This commit is contained in:
2025-03-02 00:53:37 +00:00
parent 0a991253b0
commit 02db41e938

View File

@@ -11,7 +11,7 @@ def response(flow):
for idx, line in enumerate(open('m3u8').readlines()): for idx, line in enumerate(open('m3u8').readlines()):
os.system(f"ffmpeg -y -http_proxy http://localhost:8080 -i '{line.strip()}' -c:v copy -c:a copy {idx+1:02}.mp4") os.system(f"ffmpeg -y -http_proxy http://localhost:8080 -i '{line.strip()}' -c:v copy -c:a copy {idx+1:02}.mp4")
``` ```
---
```shell ```shell
mitmweb mitmweb
``` ```