openlibrary
openlibrary copied to clipboard
Add existing `thoth-archiving-network` books
Problem
A clear and concise description of what you want to happen
In #9328 we updated the IA import query to add items from the thoth-archiving-network collection on Internet Archive, but won't add books that are already on IA, and will only add new additions going forward.
We should backfill the existing items by importing them via /api/import/ia.
Proposal & Constraints
When this is done the following two queries should return the same results:
- https://archive.org/search?query=collection%3A%28thoth-archiving-network%29
- https://archive.org/search?query=collection%3A%28thoth-archiving-network%29+AND+openlibrary_work%3A*
Leads
Related files
Stakeholders
@mekarpeles
Instructions for Contributors
- Please run these commands to ensure your repository is up to date before creating a new branch to work on this issue and each time after pushing code to Github, because the pre-commit bot may add commits to your PRs upstream.