This commit is contained in:
2026-01-31 23:41:47 -08:00
parent 753cdfb196
commit 95748698fa
15 changed files with 218 additions and 128 deletions

View File

@@ -14,6 +14,10 @@ class LOC(Provider):
Currently implements Chronicling America collection search via the LoC JSON API.
"""
@property
def preserve_order(self) -> bool:
return True
URL_DOMAINS = ["www.loc.gov"]
URL = URL_DOMAINS