From 9095e6089b9f679c4d84be0613224b4edd02f0f4 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 10 Jul 2021 00:33:06 +0200 Subject: tasks: bref, add wikipedia --- python/refcat/tasks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python') 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): -- cgit v1.2.3