From b5ede61d163dc55408919c092f9ed5f3d38f79f1 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 8 Jun 2021 23:01:28 +0200 Subject: update Bref task --- python/refcat/tasks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 4505973..15a27d5 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1172,6 +1172,8 @@ class OpenLibraryReleaseMapped(Refcat): class Bref(Refcat): """ Combine bref files from various sources. + + TODO: add "web" outlinks sample """ def requires(self): return { @@ -1180,6 +1182,7 @@ class Bref(Refcat): "pmcid": BrefZipPMCID(), "arxiv": BrefZipArxiv(), "fuzzy": BrefZipFuzzy(), + "ol-isbn": BrefOpenLibraryZipISBN(), "ol-fuzzy": BrefZipOpenLibrary(), } -- cgit v1.2.3