Search Criteria
Package Details: yutto 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/yutto.git (read-only, click to copy) |
|---|---|
| Package Base: | yutto |
| Description: | 一个可爱且任性的 B 站视频下载器 |
| Upstream URL: | https://github.com/yutto-dev/yutto |
| Licenses: | GPL-3.0-only |
| Submitter: | ouuan |
| Maintainer: | ouuan |
| Last Packager: | ouuan |
| Votes: | 3 |
| Popularity: | 0.000359 |
| First Submitted: | 2021-11-05 02:08 (UTC) |
| Last Updated: | 2025-10-08 02:03 (UTC) |
Dependencies (15)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR)
- python-aiofiles
- python-biliassAUR
- python-dict2xmlAUR
- python-h2
- python-httpx (python-httpx-gitAUR)
- python-pydantic
- python-returnsAUR
- python-socksio
- python-typing_extensions
- python-build (make)
- python-installer (make)
- python-uv-build (make)
- python-wheel (make)
- python-fastmcpAUR (optional) – Model Context Protocol support
Latest Comments
ouuan commented on 2025-10-17 14:08 (UTC)
我知道,你找我没用,最多只能加一个版本要求,在 build 之前就 fail 而不是在 build 才 fail,Arch 就是要最新版的,只有上游取消这个版本要求才行
robomico commented on 2025-10-17 13:25 (UTC)
目前extra库的python-uv版本是0.9.3,构建依赖的版本是[0.8.3, 0.9.0)导致无法安装,希望能修复一下
Discreater commented on 2024-10-11 14:39 (UTC)
缺少依赖 pydantic
heddxh commented on 2024-06-18 02:40 (UTC)
缺少依赖 python-h2
tangtang commented on 2023-06-24 04:06 (UTC)
Traceback (most recent call last): File "/usr/bin/yutto", line 5, in <module> from yutto.main import main File "/usr/lib/python3.11/site-packages/yutto/main.py", line 20, in <module> from yutto.extractor import ( File "/usr/lib/python3.11/site-packages/yutto/extractor/init.py", line 3, in <module> from .bangumi import BangumiExtractor File "/usr/lib/python3.11/site-packages/yutto/extractor/bangumi.py", line 9, in <module> from yutto._typing import EpisodeData, EpisodeId File "/usr/lib/python3.11/site-packages/yutto/_typing.py", line 9, in <module> from yutto.utils.metadata import MetaData File "/usr/lib/python3.11/site-packages/yutto/utils/metadata.py", line 6, in <module> from dict2xml import dict2xml # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'dict2xml'
建议加个依赖:python-dict2xml