Add an API to list all possible (non-disabled) archives #14
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Priorità
Media
Priorità
Urgente
Rifiutato
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
techbloc/caricari#14
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?
one practical usecase is the feed2archivemetadata tool, which needs to get the archive.org link. right now, the only way to do this is to repeatedly make a request to
/dl/, until you get the one you're interested in.We don't need a separate API, we just need to implement Metalink HTTP headers: https://en.wikipedia.org/wiki/Metalink#Example_Metalink/HTTP_header_fields
when implementing it, we need to make sure about distinguishing between:
rel=duplicate, and they're actually part of Metalink (RFC 6249).rel=alternatearchived versions in other formats could go under
rel=alternate, but we can probably also just skip them