diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-23 20:26:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-23 20:26:51 -0700 |
commit | d449fe692eff80c5241a2ea364a39668cf2c9002 (patch) | |
tree | 471adff6acaa96d6a2a20baf1d5203a5e1b1fb8e | |
parent | 4be1ec0cdb382d7b545eeb4c451cc123d9199d95 (diff) | |
download | chocula-d449fe692eff80c5241a2ea364a39668cf2c9002.tar.gz chocula-d449fe692eff80c5241a2ea364a39668cf2c9002.zip |
skip umi.com in addition to www.umi.com
-rw-r--r-- | chocula/database.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chocula/database.py b/chocula/database.py index fc79153..f30ceb5 100644 --- a/chocula/database.py +++ b/chocula/database.py @@ -715,6 +715,7 @@ class ChoculaDatabase: "dx.doi.org", "firstsearch.oclc.org", "www.umi.com", + "umi.com", "search.informit.com.au", "search.ebscohost.com", ): |