From e12477369d6bed805aa0ba3eb7a46ce67143061c Mon Sep 17 00:00:00 2001 From: a Date: Fri, 20 Dec 2024 07:23:52 +0000 Subject: [PATCH] Fix cookies loading --- cogs/music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/music.py b/cogs/music.py index fb83f17..2cf7672 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -923,7 +923,7 @@ ytdl_format_options = { "default_search": "auto", # "source_address": "0.0.0.0", # Bind to ipv4 since ipv6 addresses cause issues "extract_flat": True, # massive speedup for fetching metadata, at the cost of no upload date - "cookiefile": "/umi/cookies.txt", + "cookiefile": "config/cookies.txt", "cachedir": "cache", #"usenetrc": True, }