Nodes Browser

ComfyDeploy: How youtube-dl-comfyui works in ComfyUI?

What is youtube-dl-comfyui?

Download youtube videos/playlists

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for youtube-dl-comfyui and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

youtube-dl-comfyui

Download media from url.

alt text

alt text

alt text

Install

  1. cd to ComfyUI/custom_nodes
  2. git clone this repository
  3. cd into the repository
  4. pip install -r requirements.txt

Usage

If you provide a link to a playlist, the videos from playlist_start to playlist_end will be downloaded and output in a batch.

You can use any of the yt-dlp cli args for configuration.

使用代理 Use with Proxy

你可以简单地将以下命令添加到 yt_dlp_cli_args 文本框中:

--proxy "socks5://127.0.0.1:1080"

所有代理选项   |   地理限制选项

Requirements

yt-dlp