https://github.com/christian-byrne/youtube-dl-comfyui
Provide a URL to some media (e.g., youtube) → DL and convert to tensor automatically
https://github.com/christian-byrne/youtube-dl-comfyui
comfyui-nodes
Last synced: 2 months ago
JSON representation
Provide a URL to some media (e.g., youtube) → DL and convert to tensor automatically
- Host: GitHub
- URL: https://github.com/christian-byrne/youtube-dl-comfyui
- Owner: christian-byrne
- License: unlicense
- Created: 2024-07-29T04:05:00.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:32:14.000Z (7 months ago)
- Last Synced: 2024-12-19T03:03:48.907Z (4 months ago)
- Topics: comfyui-nodes
- Language: Python
- Homepage:
- Size: 635 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **youtube-dl-comfyui**
README
# youtube-dl-comfyui
Download media from url.



## Install
1. `cd` to `ComfyUI/custom_nodes`
1. `git clone` this repository
2. `cd` into the repository
3. `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](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#usage-and-options) for configuration.
### 使用代理 Use with Proxy
你可以简单地将以下命令添加到 `yt_dlp_cli_args` 文本框中:
```bash
--proxy "socks5://127.0.0.1:1080"
```[所有代理选项](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#network-options) | [地理限制选项](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#geo-restriction)。
## Requirements
```
yt-dlp
```