Skip to content

Instantly share code, notes, and snippets.

@hym3242
Created November 18, 2024 09:44
Show Gist options
  • Save hym3242/5f4bd38b3a5a6ab2ca1a371727aca191 to your computer and use it in GitHub Desktop.
Save hym3242/5f4bd38b3a5a6ab2ca1a371727aca191 to your computer and use it in GitHub Desktop.
Generate Internet Archive favlist of identifiers
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