この記事では、YouTube やその他のビデオ共有 Web サイトからビデオをダウンロードするためのコマンドライン ユーティリティである yt-dlp に Cookie を渡す方法について説明します。 Cookie は、ログイン資格情報や設定などのユーザー情報を保存する小さなテキスト ファイルです。
yt-dlp に cookie を渡すには、--cookies
オプションを使用できます。このオプションは引数としてファイル パスを受け取り、ファイルには次の形式の Cookie が含まれている必要があります:--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
および SSID
Cookie を次の形式で渡すには、 youtube.com
ドメインの場合は、次の内容を含む cookies.txt
という名前のファイルを作成します。
<code>yt-dlp --cookies cookies.txt https://www.youtube.com/watch?v=dQw4w9WgXcQ</code>
--cookies
オプションを使用した yt-dlp。たとえば、次のコマンドは、URL https://www.example.com/video.mp4
でビデオをダウンロードし、cookies.txt
ファイルから Cookie を渡します。 :🎜rrreee🎜 yt-dlp に Cookie を渡すプロセスは何ですか?🎜🎜 yt-dlp に Cookie を渡すプロセスは次のとおりです:🎜cookies.txt
など、.txt
拡張子を付けてファイルを保存します。 li>--cookies
オプションを使用して、Cookie ファイルを yt-dlp に渡します。--cookies
オプションの後に Cookie ファイルへのパスを指定します。 Cookie ファイルには、次の形式の Cookie が含まれている必要があります:🎜rrreee🎜 たとえば、youtube.com
から SID
Cookie と SSID
Cookie を渡すには、 > ドメインを yt-dlp に追加し、次の内容を含む cookies.txt
という名前のファイルを作成します:🎜rrreee🎜 次に、次のコマンドで yt-dlp を実行します:🎜rrreee以上がCookie を yt-dlp に渡すにはどうすればよいですかの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。