Update mitmproxy/README.md
This commit is contained in:
@@ -7,6 +7,10 @@ def response(flow):
|
||||
flow.response = flow.replay().response
|
||||
print(f"재시도 {retries}: 상태 코드 {flow.response.status_code}")
|
||||
```
|
||||
```python
|
||||
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")
|
||||
```
|
||||
|
||||
```shell
|
||||
mitmweb
|
||||
|
||||
Reference in New Issue
Block a user