fix: default download_youtube_video in main.py to chrome cookies (remove hardcoded cookies.txt)

This commit is contained in:
Renato
2026-07-02 19:06:15 +02:00
parent 7cd4d9eab8
commit 05e0217541
-1
View File
@@ -483,7 +483,6 @@ def download_youtube_video(url, output_dir="."):
cmd = [ cmd = [
"/home/ren/yt/venv/bin/python", "/home/ren/yt/venv/bin/python",
"/home/ren/yt/yt-dl", "/home/ren/yt/yt-dl",
"--cookies", "/home/ren/yt/cookies.txt",
"--json", "--json",
"-o", abs_output_dir, "-o", abs_output_dir,
url url