From ec016a218627dc7ad4751aef2eecf749119cf35f Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 3 Sep 2021 18:24:35 -0400 Subject: [PATCH] remove option that breaks downloads... --- downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.py b/downloader.py index f2abd01..b846359 100644 --- a/downloader.py +++ b/downloader.py @@ -52,7 +52,7 @@ class Downloader(Thread, StreamSource): "--no-playlist", "--retries", "100", "--extractor-retries", "100", - "--throttled-rate", "100K", # get around youtube throttling; probably not needed anymore +# "--throttled-rate", "100K", # get around youtube throttling; probably not needed anymore "--no-call-home", "--sponsorblock-remove", "sponsor,intro,selfpromo,interaction,preview,music_offtopic", url