本文探討了 yt-dlp 保存下載檔案的位置、如何使用 --output 選項更改預設下載位置以及在哪裡找到已下載的檔案。此外,它還討論了自動組織 downl 的可能性
預設情況下,yt-dlp 將下載的檔案保存在目前工作目錄中。但是,您可以使用--output
選項來指定自訂下載位置。--output
option.
To change the default download location in yt-dlp, use the--output
option followed by the desired directory path. For example:
yt-dlp --output /path/to/download/directory
Downloaded files can be found in the specified download location. If you did not specify a custom download location, the files will be saved in the current working directory.
Yes, it is possible to automatically organize downloaded files in yt-dlp using the--auto-organize
--output
選項,後面接著所需的目錄路徑。例如:
yt-dlp --auto-organize "%(title)s/%(channel)s"
--auto-organize
選項。此選項可讓您指定用於組織下載檔案的目錄結構範本。例如,您可以使用以下範本按影片標題和頻道名稱組織文件:rrreee
以上是yt-dlp 保存檔案在哪裡的詳細內容。更多資訊請關注PHP中文網其他相關文章!