Versions >= 9.3.1 have async-mega-py dependency which requires python-uv-build<=0.10.11 for build, but python-uv-build=0.11.7 in repos.
Search Criteria
Package Details: cyberdropdownloader 8.10.0-1
Package Actions
| 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: | 5 |
| Popularity: | 0.77 |
| First Submitted: | 2022-04-13 19:29 (UTC) |
| Last Updated: | 2026-01-24 13:01 (UTC) |
Dependencies (34)
- apprise
- python-aiodns
- python-aiofiles
- python-aiohttp
- python-aiolimiterAUR
- python-aiosqlite
- python-asyncprawAUR
- python-beautifulsoup4
- python-certifi
- python-curl_cffi
- python-dateparser
- python-get-video-propertiesAUR
- python-imagesize
- python-inquirerpyAUR
- python-jeepney
- python-m3u8AUR
- python-myjdapiAUR
- python-packaging
- python-propcache
- python-psutil
- Show 14 more dependencies...
Required by (0)
Sources (1)
Latest Comments
qark commented on 2026-04-24 13:58 (UTC)
Nebulosa commented on 2026-01-22 15:44 (UTC)
Please update dependency to [extra] python-curl_cffi, AUR package (python-curl-cffi) will be delete soon.
Pulec commented on 2025-06-01 15:15 (UTC)
6.10 now requires python-truststore
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.
zxcv commented on 2024-12-31 15:43 (UTC) (edited on 2024-12-31 15:43 (UTC) by zxcv)
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.
SkyArrow commented on 2023-12-18 04:19 (UTC) (edited on 2023-12-18 04:20 (UTC) by SkyArrow)
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'
+------------------------------------
orlfman commented on 2023-04-26 04:37 (UTC)
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 2026-04-24 13:58 (UTC)
Versions >= 9.3.1 have async-mega-py dependency which requires python-uv-build<=0.10.11 for build, but python-uv-build=0.11.7 in repos.