Created
November 18, 2024 09:44
-
-
Save hym3242/5f4bd38b3a5a6ab2ca1a371727aca191 to your computer and use it in GitHub Desktop.
Generate Internet Archive favlist of identifiers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jq -r '.request.backend_requests | to_entries[] | select(.key | test("^favorites_doc")) | .value.finalized_parameters.doc_ids[]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment