From fed9e4064ca37556c5ff2919e4507b532b793df3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 29 Jul 2022 17:42:35 -0700 Subject: check_issn_urls: more platforms --- check_issn_urls.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/check_issn_urls.py b/check_issn_urls.py index cea7c81..45a3676 100755 --- a/check_issn_urls.py +++ b/check_issn_urls.py @@ -55,6 +55,11 @@ def sniff_platform(resp): "hypotheses.org/": "hypothesis", "tandf.co.uk/": "t_and_f", "scielo": "scielo", + "jstage.jst.go.jp": "jstage", + "ieeexplore.ieee.org": "ieee", + "dx.doi.org/": "doi", + "catalog.hathitrust.org": "hathitrust", + "muse.jhu.edu": "muse", } for domain, platform in domain_map.items(): if domain in resp.url: @@ -132,6 +137,8 @@ HOST_SKIP_LIST = [ "www.journals.elsevier.com", "web.archive.org", "catalog.hathitrust.org", + #"ieeexplore.ieee.org", + #"journals.sagepub.com", ] -- cgit v1.2.3