fix: default download_youtube_video in main.py to chrome cookies (remove hardcoded cookies.txt)
This commit is contained in:
@@ -483,7 +483,6 @@ def download_youtube_video(url, output_dir="."):
|
||||
cmd = [
|
||||
"/home/ren/yt/venv/bin/python",
|
||||
"/home/ren/yt/yt-dl",
|
||||
"--cookies", "/home/ren/yt/cookies.txt",
|
||||
"--json",
|
||||
"-o", abs_output_dir,
|
||||
url
|
||||
|
||||
Reference in New Issue
Block a user