1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
This commit is contained in:
sepro 2025-02-21 22:13:55 +01:00
parent fbc6b6f026
commit bd8ab07ca9

View file

@ -29,7 +29,6 @@ def real_download(self, filename, info_dict):
finally: finally:
stop_event.set() stop_event.set()
def ping_thread(self, stop_event, url, headers, secret, context_id): 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. # Site sends ping every 4 seconds, but this throttles the download. Pinging every 2 seconds seems to work.
ping_interval = 2 ping_interval = 2