In diesem Artikel wird erläutert, wie Cookies an yt-dlp übergeben werden, ein Befehlszeilenprogramm zum Herunterladen von Videos von YouTube und anderen Video-Sharing-Websites. Cookies sind kleine Textdateien, die Benutzerinformationen wie Anmeldeinformationen und Präferenzen speichern. Pas
Um Cookies an yt-dlp zu übergeben, können Sie die Option --cookies
verwenden. Diese Option verwendet einen Dateipfad als Argument und die Datei sollte die Cookies im folgenden Format enthalten:--cookies
option. This option takes a file path as its argument, and the file should contain the cookies in the following format:
<code><domain>\t<cookie name>\t<expiration date>\t<value></code>
For example, to pass the SID
and SSID
cookies from the youtube.com
domain, you would create a file named cookies.txt
with the following contents:
<code>youtube.com\tSID\t1640000000\tAQAS... youtube.com\tSSID\t1640000000\tAQAS...</code>
Once you have created the cookies file, you can pass it to yt-dlp using the --cookies
option. For example, the following command would download the video with the URL https://www.example.com/video.mp4
and pass the cookies from the cookies.txt
file:
<code>yt-dlp --cookies cookies.txt https://www.example.com/video.mp4</code>
The process for passing cookies to yt-dlp is as follows:
<code><domain>\t<cookie name>\t<expiration date>\t<value></code>
.txt
extension, such as cookies.txt
.--cookies
option.To pass cookies to yt-dlp, use the --cookies
option followed by the path to the cookies file. The cookies file should contain the cookies in the following format:
<code><domain>\t<cookie name>\t<expiration date>\t<value></code>
For example, to pass the SID
and SSID
cookies from the youtube.com
domain to yt-dlp, create a file named cookies.txt
<code>youtube.com\tSID\t1640000000\tAQAS... youtube.com\tSSID\t1640000000\tAQAS...</code>
SID
und SSID
zu übergeben Für die Domain youtube.com
würden Sie eine Datei namens cookies.txt
mit folgendem Inhalt erstellen:
<code>yt-dlp --cookies cookies.txt https://www.youtube.com/watch?v=dQw4w9WgXcQ</code>
--cookies
. Der folgende Befehl würde beispielsweise das Video mit der URL https://www.example.com/video.mp4
herunterladen und die Cookies aus der Datei cookies.txt
übergeben :🎜rrreee🎜Was ist der Prozess zur Übergabe von Cookies an yt-dlp?🎜🎜Der Prozess zur Übergabe von Cookies an yt-dlp ist wie folgt:🎜.txt
, z. B. cookies.txt
. li>--cookies
an yt-dlp.--cookies
gefolgt vom Pfad zur Cookie-Datei. Die Cookie-Datei sollte die Cookies im folgenden Format enthalten:🎜rrreee🎜Zum Beispiel, um die Cookies SID
und SSID
von youtube.com
zu übergeben > Domain zu yt-dlp hinzufügen, erstellen Sie eine Datei mit dem Namen cookies.txt
mit folgendem Inhalt:🎜rrreee🎜Führen Sie dann yt-dlp mit dem folgenden Befehl aus:🎜rrreeeDas obige ist der detaillierte Inhalt vonWie übergebe ich Cookies an yt-dlp?. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!