youtube-dl-comfyui

youtube-dl-comfyui
★ 5

视频下载播放列表yt-dlp批量处理
使用yt-dlp下载YouTube视频或播放列表,支持通过playlist_start/playlist_end批量提取并自定义yt-dlp参数。
💡 将YouTube链接按播放列表范围批量下载并自定义下载选项
🍴 4 Forks💻 Python🔄 2024-10-01
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/8b0992d318c3
📦 requirements.txt
yt-dlp
alt text
alt text
alt text
📄 README

youtube-dl-comfyui

Download media from url.

Install

  • cd to ComfyUI/custom_nodes
  • git clone this repository
  • cd into the repository
  • 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