df
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -66,7 +66,9 @@ class YtDlpTool:
|
||||
forcing a full refactor.
|
||||
"""
|
||||
|
||||
def __init__(self, config: Optional[Dict[str, Any]] = None, *, script_dir: Optional[Path] = None) -> None:
|
||||
def __init__(
|
||||
self, config: Optional[Dict[str, Any]] = None, *, script_dir: Optional[Path] = None
|
||||
) -> None:
|
||||
self._config: Dict[str, Any] = dict(config or {})
|
||||
# `resolve_cookies_path` expects the app root so it can fall back to ./cookies.txt.
|
||||
# This file lives under ./tool/, so default to the parent directory.
|
||||
|
||||
Reference in New Issue
Block a user