aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index b992915..a20c422 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1234,8 +1234,9 @@ class Bref(Refcat):
"pmcid": BrefZipPMCID(),
"arxiv": BrefZipArxiv(),
"fuzzy": BrefZipFuzzy(),
- "ol-isbn": BrefOpenLibraryZipISBN(),
- "ol-fuzzy": BrefZipOpenLibrary(),
+ "openlibrary-isbn": BrefOpenLibraryZipISBN(),
+ "openlibrary-fuzzy": BrefZipOpenLibrary(),
+ "wikipedia-doi": BrefZipWikiDOI(),
}
def run(self):