-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么搭配Metube(ytdlp)? #513
Comments
我试试 |
之前没这么用过 |
这个解决了吗? |
还是一样错误。 下载器配置 By default, yt-dlp supports downloading resources from various websites.Therefore, we set it with the highest priority.priority: 1 |
ok,我看看 |
我这边用 hack/install_ytdlp.sh 安装的,测试可以用,这是我的配置:
可以确认一下你的配置吗?
这里的ip和端口是否正确 |
哦,Metube和yt-dlp接口不一样,ks还没有适配。 有兴趣的话,可以适配下,实现几个接口就行 |
yt dlp可以docker安装吗?Metube 主要优点有前台界面 |
可以的 |
使用yt-dlp docker版本 下载提示如下错误: |
Ask your question here:
metube安装
services: metube: image: ghcr.io/alexta69/metube:latest container_name: metube restart: unless-stopped ports: - "8081:8081" #network_mode: host volumes: - /download/dlp:/downloads
download 配置
yt-dlp: type: ytdlp_download_provider enable: true http_endpoint_host: http://192.168.80.3 http_endpoint_port: 8081 auto_format_convet: false target_format: mp4 download_proxy: priority: 1 handle_host: - www.youtube.com - youtube.com - www.ted.com - youtu.be - m.youtube.com
错误日志
2024-05-10 06:16:19,798-INFO: Download general file with downloader(yt-dlp)
2024-05-10 06:16:19,804-INFO: Send general task:{"dataSource": "https://www.youtube.com/watch?v=r7h4zNC1-2M", "path": "VideoMixed/", "autoFormatConvert": false, "targetFormat": "mp4", "downloadProxy": null}
2024-05-10 06:16:19,808-ERROR: Send general task error:405
The text was updated successfully, but these errors were encountered: