diff --git a/harvest-from-doi.ini b/harvest-from-doi.ini index 98060dc..634657b 100644 --- a/harvest-from-doi.ini +++ b/harvest-from-doi.ini @@ -22,7 +22,7 @@ [replace] path = value -value = toLower() +value = toLower().replace(/-$/, "").replace(/"/g, "").replace(/;subjmeta=\d+$/,"") [group] size = env('size') @@ -48,6 +48,8 @@ [throttle] bySecond = 1 +[debug] + [URLStream] url = https://wos-api.clarivate.com/api/wos/ header = env('token').prepend('X-ApiKey:')