Rumah >Tutorial perisian >Perisian komputer >bagaimana saya menghantar kuki kepada yt-dlp
Artikel ini menerangkan cara menghantar kuki ke yt-dlp, utiliti baris arahan untuk memuat turun video daripada YouTube dan tapak web perkongsian video yang lain. Kuki ialah fail teks kecil yang menyimpan maklumat pengguna, seperti kelayakan log masuk dan pilihan. Pas
Untuk menghantar kuki kepada yt-dlp , anda boleh menggunakan pilihan --cookies
. Pilihan ini mengambil laluan fail sebagai hujahnya dan fail harus mengandungi kuki dalam format berikut:--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>Sebagai contoh, untuk menghantar
SID
dan SSID
kuki daripada domain youtube.com
, anda akan mencipta fail bernama cookies.txt
dengan kandungan berikut:
<code>yt-dlp --cookies cookies.txt https://www.youtube.com/watch?v=dQw4w9WgXcQ</code>Once anda telah mencipta fail kuki, anda boleh menghantarnya ke yt-dlp menggunakan pilihan
--cookies
. Sebagai contoh, arahan berikut akan memuat turun video dengan URL https://www.example.com/video.mp4
dan menghantar kuki daripada fail cookies.txt
:#๐๐#rrreee#๐๐#Apakah proses menghantar kuki ke yt-dlp?#๐๐##๐๐#Proses untuk menghantar kuki ke yt-dlp adalah seperti berikut:#๐๐#.txt
, seperti cookies.txt
.--cookies
.--cookies
diikuti dengan laluan ke fail kuki. Fail kuki hendaklah mengandungi kuki dalam format berikut:#๐๐#rrreee#๐๐#Sebagai contoh, untuk menghantar kuki SID
dan SSID
daripada youtube.com
domain ke yt-dlp, buat fail bernama cookies.txt
dengan kandungan berikut:#๐๐#rrreee#๐๐#Kemudian, jalankan yt-dlp dengan yang berikut arahan:#๐๐#rrreeeAtas ialah kandungan terperinci bagaimana saya menghantar kuki kepada yt-dlp. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!