Notes.
-
Version 6.1.1 requires poetry-2.0, it's not in repositories yet.
-
I don't use it anymore, so not sure if everything works. Also looking for maintainers.
Git Clone URL: | https://aur.archlinux.org/cyberdropdownloader.git (read-only, click to copy) |
---|---|
Package Base: | cyberdropdownloader |
Description: | Bulk downloader for multiple file hosts and forum sites |
Upstream URL: | https://github.com/jbsparrow/CyberDropDownloader |
Licenses: | GPL-3.0-or-later |
Conflicts: | cyberdrop-dl, cyberdrop-dl-git |
Submitter: | qark |
Maintainer: | qark |
Last Packager: | qark |
Votes: | 2 |
Popularity: | 0.58 |
First Submitted: | 2022-04-13 19:29 (UTC) |
Last Updated: | 2025-01-11 10:43 (UTC) |
Notes.
Version 6.1.1 requires poetry-2.0, it's not in repositories yet.
I don't use it anymore, so not sure if everything works. Also looking for maintainers.
Hi, development moved to https://github.com/jbsparrow/CyberDropDownloader
Current version is 6.0.1
_pkgname=cyberdrop_dl_patched
There are few more deps:
apprise
python-send2trash
python-aiohttp-client-cache (from what I know not packaged for Archlinux)
Tried editing PKGBUILD and it even built but it did not work.
python-mediafire
may need to be promoted to a required dependency. Running cyberdrop-dl
on v5.1.3 with a stock config (though with a download history) results in the traceback:
An error occurred, please report this to the developer
unhandled errors in a TaskGroup (1 sub-exception)
+ Exception Group Traceback (most recent call last):
| File "/usr/lib/python3.11/site-packages/cyberdrop_dl/main.py", line 85, in director
| await runtime(manager)
| File "/usr/lib/python3.11/site-packages/cyberdrop_dl/main.py", line 43, in runtime
| async with asyncio.TaskGroup() as task_group:
| File "/usr/lib/python3.11/asyncio/taskgroups.py", line 147, in __aexit__
| raise me from None
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "/usr/lib/python3.11/site-packages/cyberdrop_dl/main.py", line 45, in runtime
| await scrape_mapper.start()
| File "/usr/lib/python3.11/site-packages/cyberdrop_dl/scraper/scraper.py", line 260, in start
| await self.start_scrapers()
| File "/usr/lib/python3.11/site-packages/cyberdrop_dl/scraper/scraper.py", line 246, in start_scrapers
| await self.mapping[key]()
| File "/usr/lib/python3.11/site-packages/cyberdrop_dl/scraper/scraper.py", line 152, in mediafire
| from cyberdrop_dl.scraper.crawlers.mediafire_crawler import MediaFireCrawler
| File "/usr/lib/python3.11/site-packages/cyberdrop_dl/scraper/crawlers/mediafire_crawler.py", line 8, in <module>
| from mediafire import MediaFireApi
| ModuleNotFoundError: No module named 'mediafire'
+------------------------------------
love this downloader. its nice that it runs downloads in parallel. one of my pet peeves about gallery-dl lack of parallel downloading.
Pinned Comments
qark commented on 2025-01-11 10:48 (UTC)
Notes.
Version 6.1.1 requires poetry-2.0, it's not in repositories yet.
I don't use it anymore, so not sure if everything works. Also looking for maintainers.