Search Criteria
Package Details: noveldown-git r83.58bcd3c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/noveldown-git.git (read-only, click to copy) |
---|---|
Package Base: | noveldown-git |
Description: | Webnovel downloader and EPUB converter |
Upstream URL: | https://github.com/potatoeggy/noveldown |
Licenses: | LGPL3 |
Submitter: | eggy |
Maintainer: | eggy |
Last Packager: | eggy |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-07-11 04:11 (UTC) |
Last Updated: | 2024-12-21 15:46 (UTC) |
Dependencies (11)
- python-beautifulsoup4
- python-ebooklibAUR
- python-filetype
- python-httpx (python-httpx-gitAUR)
- python-lxml
- python-requests
- python-typer
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
Latest Comments
eggy commented on 2024-12-21 15:46 (UTC)
@RogueToad50 Thanks for the catch — fixed!
RogueToad50 commented on 2024-12-21 12:08 (UTC)
I think this package should probably have a dependency on the
python-filetype
extras package added, as I had to manually install it after getting this error message:[I] ~ ❯❯❯ noveldown Pale Traceback (most recent call last): File "/sbin/noveldown", line 5, in <module> from noveldown.cli import main File "/usr/lib/python3.12/site-packages/noveldown/__init__.py", line 1, in <module> from .api import ( # isort: skip File "/usr/lib/python3.12/site-packages/noveldown/api.py", line 6, in <module> from .utils import create_epub, load_all_chapters File "/usr/lib/python3.12/site-packages/noveldown/utils.py", line 8, in <module> import filetype ModuleNotFoundError: No module named 'filetype'