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 = [
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user