From 6019118a40c54d3d4361071644829f47bfb28767 Mon Sep 17 00:00:00 2001 From: Arcelibs <49543451+Arcelibs@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:35:53 +0800 Subject: [PATCH] Update main.py --- Local-Windows/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Local-Windows/main.py b/Local-Windows/main.py index 1b5b7ef..462a3e6 100644 --- a/Local-Windows/main.py +++ b/Local-Windows/main.py @@ -44,7 +44,7 @@ def call_gemini_api(input_text): return None -# 使用 yt-dlp 获取 YouTube 媒体流地址 +# 使用 yt-dlp 獲取 YouTube 直播媒體位置 def get_stream_url(youtube_url): command = ["yt-dlp", "-g", youtube_url] process = subprocess.run(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)