feat: removed legacy key
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Hazel 2024-05-23 13:24:25 +02:00
parent 1ba6c97f5a
commit 7b0b830d64

View File

@ -727,7 +727,6 @@ class YoutubeMusic(SuperYouTube):
self.download_values_by_url[source.url] = { self.download_values_by_url[source.url] = {
"url": _best_format.get("url"), "url": _best_format.get("url"),
"chunk_size": _best_format.get("downloader_options", {}).get("http_chunk_size", main_settings["chunk_size"]),
"headers": _best_format.get("http_headers", {}), "headers": _best_format.get("http_headers", {}),
} }