Fix cookies loading
This commit is contained in:
parent
0dc1a5c63e
commit
e12477369d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue