mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #564] New Extractor Idea: gallery-dl for image gallery downloading #3378
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#3378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pirate on GitHub (Dec 2, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/564
Add a new extractor for image gallery photo downloading:
https://github.com/mikf/gallery-dl
PRs are welcome for this one! But please discuss your approach here first before starting any work!
@pirate commented on GitHub (Jan 12, 2024):
@benmuth this is actually higher priority than the upgrade banner stuff, can you switch to working on this when you get a chance?
ArchiveBox's niche is being able to download a wide array of content into its raw constituent parts, and we've been needing a photo gallery downloading ability for a while!
Because this is a larger ticket I'm down to pay out more, I expect it to take a bit of work to prototype and test since it requires touching a lot of different parts of the codebase.
The process to add a new extractor is involved, but fairly well documented here: https://github.com/ArchiveBox/ArchiveBox#contributing-a-new-extractor
Let me know if you have any questions!
@benmuth commented on GitHub (Jan 20, 2024):
@pirate Should the
mediaextractor also handlegallery-dl? I'm not sure if themediaextractor is just an alias foryoutube-dlor if it's supposed to handle other visual media as well.Related: should
gallery-dlconfig be controlled by themediaoptions similar to theyoutube-dlconfig? For example, should the default value forUSE_GALLERYDLbe determined bySAVE_MEDIA?@pirate commented on GitHub (Jan 20, 2024):
Check out my WIP PR for the new plugin system, I added a placeholder for gallerydl but it's not fleshed out yet.
@benmuth commented on GitHub (Jan 21, 2024):
Ah cool! Should I still keep working on a
gallery-dlbranch based offdev, or should I wait until the plugin system has merged?@pirate commented on GitHub (Jan 23, 2024):
Wait until the plugin system has merged @benmuth, thanks. sorry to interrupt your work