From 05e0217541744627cea6e7cc8d5e73ca8394ab0f Mon Sep 17 00:00:00 2001 From: Renato Date: Thu, 2 Jul 2026 19:06:15 +0200 Subject: [PATCH] fix: default download_youtube_video in main.py to chrome cookies (remove hardcoded cookies.txt) --- openshorts/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openshorts/main.py b/openshorts/main.py index 456b979..a41f309 100644 --- a/openshorts/main.py +++ b/openshorts/main.py @@ -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