https://github.com/christian-byrne/youtube-dl-comfyui
Provide a URL to some media (e.g., youtube) → DL and convert to tensor automatically
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.3%) to scientific vocabulary
Keywords
comfyui-nodes
Last synced: 9 months ago
·
JSON representation
Repository
Provide a URL to some media (e.g., youtube) → DL and convert to tensor automatically
Basic Info
Statistics
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 2
- Releases: 0
Topics
comfyui-nodes
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
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 文本框中:
bash
--proxy "socks5://127.0.0.1:1080"
Requirements
yt-dlp
Owner
- Name: Christian Byrne
- Login: christian-byrne
- Kind: user
- Location: San Francisco
- Company: Comfy-Org
- Twitter: c__byrne
- Repositories: 100
- Profile: https://github.com/christian-byrne
GitHub Events
Total
- Watch event: 1
- Pull request event: 1
- Fork event: 2
Last Year
- Watch event: 1
- Pull request event: 1
- Fork event: 2
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 2
- Total pull requests: 4
- Average time to close issues: 2 minutes
- Average time to close pull requests: about 1 month
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 2.0
- Average comments per pull request: 0.5
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 4
- Average time to close issues: 2 minutes
- Average time to close pull requests: about 1 month
- Issue authors: 2
- Pull request authors: 3
- Average comments per issue: 2.0
- Average comments per pull request: 0.5
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- christian-byrne (1)
- MMaximuss (1)
Pull Request Authors
- haohaocreates (4)
- robinjhuang (2)
- MMaximuss (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/build-pipeline.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
requirements.txt
pypi
- yt-dlp *
.github/workflows/publish.yml
actions
- Comfy-Org/publish-node-action main composite
- actions/checkout v4 composite
pyproject.toml
pypi
- yt-dlp *