Update mitmproxy/README.md
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user