remove option that breaks downloads...
This commit is contained in:
parent
86f35f4996
commit
ec016a2186
@ -52,7 +52,7 @@ class Downloader(Thread, StreamSource):
|
|||||||
"--no-playlist",
|
"--no-playlist",
|
||||||
"--retries", "100",
|
"--retries", "100",
|
||||||
"--extractor-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",
|
"--no-call-home",
|
||||||
"--sponsorblock-remove", "sponsor,intro,selfpromo,interaction,preview,music_offtopic",
|
"--sponsorblock-remove", "sponsor,intro,selfpromo,interaction,preview,music_offtopic",
|
||||||
url
|
url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user