이 글에서는 YouTube 및 기타 동영상 공유 웹사이트에서 동영상을 다운로드하기 위한 명령줄 유틸리티인 yt-dlp에 쿠키를 전달하는 방법을 설명합니다. 쿠키는 로그인 자격 증명 및 기본 설정과 같은 사용자 정보를 저장하는 작은 텍스트 파일입니다. Pas
쿠키를 yt-dlp에 전달하려면 --cookies
옵션을 사용할 수 있습니다. 이 옵션은 파일 경로를 인수로 사용하며 파일에는 다음 형식의 쿠키가 포함되어야 합니다.--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
쿠키를 전달하려면 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
파일에서 쿠키를 전달합니다. :🎜rrreee🎜yt-dlp에 쿠키를 전달하는 프로세스는 무엇인가요?🎜🎜yt-dlp에 쿠키를 전달하는 프로세스는 다음과 같습니다.🎜cookies.txt
와 같은 .txt
확장자로 저장하세요. li>--cookies
옵션을 사용하여 쿠키 파일을 yt-dlp에 전달합니다.--cookies
옵션 뒤에 쿠키 파일 경로를 사용하세요. 쿠키 파일에는 다음 형식의 쿠키가 포함되어야 합니다.🎜rrreee🎜예를 들어 youtube.com
에서 SID
및 SSID
쿠키를 전달하려면 > 도메인을 yt-dlp에 추가하려면 다음 내용이 포함된 cookies.txt
라는 파일을 생성하세요.🎜rrreee🎜그런 다음 다음 명령으로 yt-dlp를 실행하세요.🎜rrreee위 내용은 yt-dlp에 쿠키를 어떻게 전달하나요?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!