diff --git a/src/download.py b/src/download.py index 0256137..5df1a17 100644 --- a/src/download.py +++ b/src/download.py @@ -186,6 +186,7 @@ class DownloadManager(QObject): follow_redirects=True, verify=False, cookies=self.cookies, + http2=True, ) as client: # requête pour le téléchargement async with client.stream("GET", file.url, headers=headers) as response: