本文探討了 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:
<code class="bash">yt-dlp --output /path/to/download/directory</code>
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
選項,後面接著所需的目錄路徑。例如:🎜<code class="bash">yt-dlp --auto-organize "%(title)s/%(channel)s"</code>🎜在yt-dlp哪裡可以找到下載的檔案? 🎜🎜在指定的下載位置可以找到下載的檔案。如果您沒有指定自訂下載位置,檔案將保存在目前工作目錄中。 🎜🎜是否可以在 yt-dlp 中自動整理下載的檔案? 🎜🎜可以,可以在 yt 中自動整理下載的檔案-dlp 使用
--auto-organize
選項。此選項可讓您指定用於組織下載檔案的目錄結構範本。例如,您可以使用以下範本按影片標題和頻道名稱組織文件:🎜rrreee以上是yt-dlp 保存檔案在哪裡的詳細內容。更多資訊請關注PHP中文網其他相關文章!