Heim > Artikel > Software-Tutorial > So ändern Sie den YT-DLP-Download-Speicherort
Um ein anderes Verzeichnis anzugeben, in das yt-dlp Videos herunterladen soll, verwenden SieIn diesem Artikel wird erläutert, wie Sie das Standard-Download-Verzeichnis für den YT-DLP-Video-Downloader angeben und ändern. Es enthält Schritt-für-Schritt-Anleitungen zur Verwendung von Befehlszeilenoptionen und zum Erstellen einer Konfigurationsdatei zum Festlegen eines permanenten Download-Speicherorts Muss ich ein anderes Verzeichnis angeben, in das yt-dlp Videos herunterladen soll?
--output
oder -o
Befehlszeilenoption, gefolgt vom gewünschten Verzeichnispfad. Um beispielsweise Videos in das Verzeichnis /home/user/Downloads/yt-dlp
herunterzuladen, führen Sie den folgenden Befehl aus:
<code>yt-dlp --output /home/user/Downloads/yt-dlp <video URL></code>Kann ich einen dauerhaften Download-Speicherort für yt festlegen? -dlp?
config.ini
heißen und im Verzeichnis ~/.config/yt-dlp
abgelegt werden. Fügen Sie in der Konfigurationsdatei die folgende Zeile hinzu:<code>--output <desired directory path></code>
Um beispielsweise den permanenten Download-Speicherort auf /home/user/Downloads/yt-dlp
festzulegen, fügen Sie Folgendes hinzu Zeile zur Konfigurationsdatei:--output
or -o
command-line option followed by the desired directory path. For example, to download videos to the /home/user/Downloads/yt-dlp
directory, run the following command:
<code>--output /home/user/Downloads/yt-dlp</code>
Yes, you can set a permanent download location for yt-dlp by creating a configuration file. The configuration file should be named config.ini
and placed in the ~/.config/yt-dlp
directory. In the configuration file, add the following line:
<code>yt-dlp --default-path /home/user/Downloads/yt-dlp <video URL></code>
For example, to set the permanent download location to /home/user/Downloads/yt-dlp
, add the following line to the configuration file:
To change the default download path used by yt-dlp, use the --default-path
command-line option followed by the desired directory path. For example, to set the default download path to /home/user/Downloads/yt-dlp
rrreee
--default-path
gefolgt vom gewünschten Verzeichnispfad. Um beispielsweise den Standard-Downloadpfad auf /home/user/Downloads/yt-dlp
festzulegen, führen Sie den folgenden Befehl aus:#🎜🎜#rrreee#🎜🎜#Beachten Sie, dass dadurch nur die Standardeinstellung geändert wird Downloadpfad für die aktuelle Sitzung. Um den Standard-Downloadpfad dauerhaft zu ändern, befolgen Sie die Anweisungen im vorherigen Abschnitt, um eine Konfigurationsdatei zu erstellen.#🎜🎜#Das obige ist der detaillierte Inhalt vonSo ändern Sie den YT-DLP-Download-Speicherort. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!