Search Criteria
Package Details: yutto 2.0.0rc6-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.26 |
First Submitted: | 2021-11-05 02:08 (UTC) |
Last Updated: | 2024-12-14 17:40 (UTC) |
Dependencies (13)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR)
- python-aiofiles
- python-biliassAUR
- python-dict2xmlAUR
- python-h2
- python-httpx (python-httpx-gitAUR)
- python-pydantic (python-pydantic-gitAUR)
- python-socksio
- python-typing_extensions
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
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