Update yt-tldr.sh

This commit is contained in:
2024-04-23 13:28:10 +08:00
committed by GitHub
parent 5f05022b7b
commit 4f617f324e

View File

@@ -1,5 +1,10 @@
#!/bin/bash #!/bin/bash
# yt-tldr.sh
# 這個腳本可以自動下載 YouTube 影片的字幕或音訊,並使用 Whisper 和 ollama 產生影片內容的摘要。
# 使用方法:./yt-tldr.sh <YouTube_URL>
# 注意請確保已安裝必要的依賴套件yt-dlp、Whisper、ollama
# 檢查是否提供了 YouTube URL 作為參數 # 檢查是否提供了 YouTube URL 作為參數
# 如果沒有提供參數,則顯示錯誤訊息並退出腳本 # 如果沒有提供參數,則顯示錯誤訊息並退出腳本
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then