Skip to content

Commit

Permalink
Add new/missing dump catagories to /data endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored May 22, 2024
1 parent 10f98cc commit 421d7e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openlibrary/plugins/upstream/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ def download_url(item, filename):
return f"{IA_BASE_URL}/download/{item}/{filename}"


# Should include openlibrary/data/dump.py split_dump's types at least
DUMP_PREFIXES = (
'',
'_authors',
'_editions',
'_works',
'_redirects',
'_deletes',
'_lists',
'_other',
'_deworks',
'_ratings',
'_reading-log',
Expand Down

0 comments on commit 421d7e3

Please sign in to comment.