ComfyUI Extension: youtube-dl-comfyui
Download youtube videos/playlists
Custom Nodes (1)
README
youtube-dl-comfyui
Download media from url.



Install
cdtoComfyUI/custom_nodesgit clonethis repositorycdinto the repositorypip 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