fix/caching_signatures #32

Merged
Hazel merged 4 commits from fix/caching_signatures into experimental 2024-05-13 15:15:38 +00:00
Showing only changes of commit 55024bd987 - Show all commits

View File

@ -739,7 +739,7 @@ class YoutubeMusic(SuperYouTube):
headers=media.get("headers", {}),
chunk_size=main_settings["chunk_size"],
method="GET",
timeout=main_settings["timeout"] * 3,
timeout=5,
)
else:
result = DownloadResult(error_message=str(media.get("error") or self.not_download[source.hash_url]))