Package Details: cyberdropdownloader 5.3.24-1

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/Jules-WinnfieldX/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: 2024-05-31 18:55 (UTC)

Latest Comments

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.