mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
🎨 Handle request status (#351)
This commit is contained in:
@@ -44,7 +44,7 @@ class Downloader(object):
|
||||
stream=True,
|
||||
headers=headers,
|
||||
)
|
||||
handle_request_response(response)
|
||||
handle_request_response(response, url)
|
||||
total = int(response.headers.get("content-length", 0))
|
||||
bar = tqdm(
|
||||
desc=file_name,
|
||||
|
||||
Reference in New Issue
Block a user