zotero / translators

Zotero Translators
http://www.zotero.org/support/dev/translators
1.3k stars 763 forks source link

minor fix for Queensland State Archives #3356

Closed wragge closed 2 months ago

wragge commented 3 months ago

The data structure of the API has changed slightly – there's a list of objects where there used to be a list of strings. I've changed the translator to extract the strings from the objects.

wragge commented 3 months ago

Not sure why the tests have started failing in CI. Everything works fine in Scaffold and browser.

wragge commented 3 months ago

Found some examples with multiple PDFs, so I've updated the translator to attach them all.

I think they might have started blocking some IP addresses which is what's causing the test failures in CI. As I said it works fine for me.

AbeJellinek commented 2 months ago

Thanks!