Fix cookies loading

This commit is contained in:
a 2024-12-20 07:23:52 +00:00
parent 0dc1a5c63e
commit e12477369d

View file

@ -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,
}