집 > 기사 > 소프트웨어 튜토리얼 > yt-dlp 다운로드 위치를 변경하는 방법
이 문서에서는 yt-dlp 비디오 다운로더의 기본 다운로드 디렉터리를 지정하고 변경하는 방법을 설명합니다. 명령줄 옵션 사용 및 영구 다운로드 위치를 설정하기 위한 구성 파일 생성에 대한 단계별 지침을 제공합니다
To 동영상을 다운로드할 yt-dlp에 다른 디렉터리를 지정하려면 --output
또는 -o
명령줄 옵션과 원하는 디렉터리 경로를 사용하세요. 예를 들어 /home/user/Downloads/yt-dlp
디렉터리에 동영상을 다운로드하려면 다음 명령을 실행하세요.--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>yt-dlp --output /home/user/Downloads/yt-dlp <video URL></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>--output <desired directory path></code>
For example, to set the permanent download location to /home/user/Downloads/yt-dlp
, add the following line to the configuration file:
<code>--output /home/user/Downloads/yt-dlp</code>
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
<code>yt-dlp --default-path /home/user/Downloads/yt-dlp <video URL></code>yt-dlp의 영구 다운로드 위치를 설정할 수 있나요?예 , 구성 파일을 생성하여 yt-dlp의 영구 다운로드 위치를 설정할 수 있습니다. 구성 파일의 이름은
config.ini
로 지정하고 ~/.config/yt-dlp
디렉터리에 배치해야 합니다. 구성 파일에 다음 줄을 추가하세요.🎜rrreee🎜예를 들어 영구 다운로드 위치를 /home/user/Downloads/yt-dlp
로 설정하려면 구성 파일에 다음 줄을 추가하세요. 🎜rrreee🎜yt-dlp에서 사용되는 기본 다운로드 경로를 어떻게 변경하나요?🎜🎜yt-dlp에서 사용되는 기본 다운로드 경로를 변경하려면 --default-path
명령줄 옵션을 사용하세요. 원하는 디렉토리 경로로. 예를 들어 기본 다운로드 경로를 /home/user/Downloads/yt-dlp
로 설정하려면 다음 명령을 실행하세요.🎜rrreee🎜이렇게 하면 현재 세션의 기본 다운로드 경로만 변경됩니다. . 기본 다운로드 경로를 영구적으로 변경하려면 이전 섹션의 지침에 따라 구성 파일을 만드세요.🎜위 내용은 yt-dlp 다운로드 위치를 변경하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!