本文提供了有關使用 yt-dlp(一種多功能命令列工具)下載 YouTube 影片的全面指南。它包括在各種作業系統上安裝 yt-dlp 的詳細說明,以及全面的使用指南。我們
如何使用 yt-dlp 下載 YouTube 影片
1.如何安裝 yt-dlp?
Yt-dlp 是一個命令列工具,因此您需要將其安裝在電腦上。安裝過程會因您的作業系統而異。以下是一些流行作業系統的說明:
macOS: 使用 Homebrew 套件管理器安裝 yt-dlp。開啟終端機視窗並執行下列指令:
Linux: 使用套件管理器安裝 yt-dlp。例如,在 Ubuntu 上,您可以執行以下命令:
2。 yt-dlp 的基本使用說明是什麼?
要使用yt-dlp 從YouTube 下載視頻,只需打開命令提示符或終端窗口並鍵入以下命令:
<code> For example, to download the video with the URL https://www.youtube.com/watch?v=dQw4w9WgXcQ, you would run the following command: >``` >yt-dlp https://www.youtube.com/watch?v=dQw4w9WgXcQ</code>
Yt- dlp 會自動以最高可用品質下載影片並將其儲存到目前目錄。
3.如何使用 yt-dlp 從 YouTube 下載特定格式或品質的影片?
要下載特定格式或品質的視頻,您可以使用 -f
選項,後跟格式或品質代碼。例如,要下載 720p 品質的視頻,您可以運行以下命令:
<code> You can also use the `--format` option to specify the exact format you want to download. For example, to download the video in MP4 format, you would run the following command: >``` >yt-dlp --format mp4 <URL of YouTube video></code>
有關可用格式和品質程式碼的完整列表,請參閱 yt-dlp文件。
以上是如何使用 yt-dlp 下載 YouTube 影片的詳細內容。更多資訊請關注PHP中文網其他相關文章!