From bd8ab07ca972cf7882ff93c085b2acfc33aa79e1 Mon Sep 17 00:00:00 2001 From: sepro Date: Fri, 21 Feb 2025 22:13:55 +0100 Subject: [PATCH] autopep --- yt_dlp/downloader/bunnycdn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/downloader/bunnycdn.py b/yt_dlp/downloader/bunnycdn.py index 150fdd6bc..e787f698a 100644 --- a/yt_dlp/downloader/bunnycdn.py +++ b/yt_dlp/downloader/bunnycdn.py @@ -29,7 +29,6 @@ def real_download(self, filename, info_dict): finally: stop_event.set() - def ping_thread(self, stop_event, url, headers, secret, context_id): # Site sends ping every 4 seconds, but this throttles the download. Pinging every 2 seconds seems to work. ping_interval = 2