Compare commits
2 Commits
a2a84d2c04
...
a09f8ac5c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a09f8ac5c2 | ||
|
|
d50ccf399f |
@@ -464,6 +464,8 @@ def start_download(
|
|||||||
|
|
||||||
def _run_download():
|
def _run_download():
|
||||||
with _SEMAPHORE:
|
with _SEMAPHORE:
|
||||||
|
cookie_args = _cookie_args()
|
||||||
|
print(f"[ytdlp] cookie_args={cookie_args!r} file_exists={Path(cookie_args[1]).exists() if len(cookie_args) == 2 and cookie_args[0] == '--cookies' else 'n/a'}", flush=True)
|
||||||
process = subprocess.Popen(
|
process = subprocess.Popen(
|
||||||
[
|
[
|
||||||
"yt-dlp", url,
|
"yt-dlp", url,
|
||||||
|
|||||||
Reference in New Issue
Block a user