refactor: tweak network options

This commit is contained in:
2024-12-30 04:09:15 -05:00
parent 9959bd3300
commit cc0a66c3c4
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ YTDL_OPTIONS = {
"outtmpl": "%(extractor)s-%(id)s-%(title)s.%(ext)s",
"quiet": True,
"restrictfilenames": True,
"socket_timeout": 10,
"socket_timeout": 15,
"source_address": "0.0.0.0",
}