Search Criteria
Package Details: comic-dl 2024.02.10-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/comic-dl.git (read-only, click to copy) |
---|---|
Package Base: | comic-dl |
Description: | Command line tool to download Comics and Manga from various Manga and Comic sites easily. |
Upstream URL: | https://github.com/Xonshiz/comic-dl |
Licenses: | MIT |
Submitter: | BrainDamage |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-12 02:28 (UTC) |
Last Updated: | 2024-05-15 19:57 (UTC) |
Dependencies (15)
- img2pdf (img2pdf-gitAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-clint
- python-cloudscraperAUR (python-cloudscraper-gitAUR)
- python-colorama (python-colorama-gitAUR)
- python-future
- python-jsbeautifier
- python-requests
- python-tqdm
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
micwoj92 commented on 2024-05-15 18:34 (UTC)
Please remove phantomjs optdepend.
patlefort commented on 2022-09-02 14:04 (UTC)
Fixed. I know beautifulsoup4 is there twice, I'll fix it next update.
captn3m0 commented on 2022-09-02 12:13 (UTC)
phantomjs can be dropped as a dependency (orphan package on AUR, and unmaintained upstream). It hasn't been a requirement for quite some time:
cfscrape is also no longer a dependency: https://github.com/Xonshiz/comic-dl/commit/72f728bad0227ad28620072d200cc5a4211d82ff
patlefort commented on 2022-04-19 06:48 (UTC)
I've found a way to make it work. Also the versioning changed again upstream.
patlefort commented on 2022-04-11 23:20 (UTC)
I'm not knowledgeable enough in python to fix this package. If somebody else want to take it just tell me. It might be just not updated upstream for python 3.10 yet but I don't know.
patlefort commented on 2021-10-16 19:25 (UTC)
I changed the versioning so to update, reinstall the package.
qubidt commented on 2020-12-20 11:29 (UTC)
The
/usr/bin/comic-dl
script created by the PKGBUILD breaks arguments before passing it to the python script (and also unnecessarily depends onbash
). Fix: