diff options
| author | 2023-01-30 04:40:57 -0500 | |
|---|---|---|
| committer | 2023-01-30 04:40:57 -0500 | |
| commit | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (patch) | |
| tree | 50eb34c3286538164a2f2b7048d110dc89b2a971 /gallery_dl/util.py | |
| parent | f1051085013c0d702ef974b9b27ea43b3fc73259 (diff) | |
New upstream version 1.24.5.upstream/1.24.5
Diffstat (limited to 'gallery_dl/util.py')
| -rw-r--r-- | gallery_dl/util.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gallery_dl/util.py b/gallery_dl/util.py index 543fb10..6b9c457 100644 --- a/gallery_dl/util.py +++ b/gallery_dl/util.py @@ -231,7 +231,14 @@ Status: {response.status_code} {response.reason} Request Headers --------------- {request_headers} - +""" + if request.body: + outfmt += """ +Request Body +------------ +{request.body} +""" + outfmt += """ Response Headers ---------------- {response_headers} |
