diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-10 00:33:06 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-10 00:33:06 +0200 |
commit | 9095e6089b9f679c4d84be0613224b4edd02f0f4 (patch) | |
tree | 8ef0f93ba0612d868b0db1b6a282f23d76c3f991 /python | |
parent | 65f2156c2af3853142825d080d56650f0a1284ce (diff) | |
download | refcat-9095e6089b9f679c4d84be0613224b4edd02f0f4.tar.gz refcat-9095e6089b9f679c4d84be0613224b4edd02f0f4.zip |
tasks: bref, add wikipedia
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 5 |
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): |