diff --git a/harvest-from-doi.ini b/harvest-from-doi.ini index 634657b..af03d11 100644 --- a/harvest-from-doi.ini +++ b/harvest-from-doi.ini @@ -22,7 +22,7 @@ [replace] path = value -value = toLower().replace(/-$/, "").replace(/"/g, "").replace(/;subjmeta=\d+$/,"") +value = toLower().replace(/\r/,"").replace(/-$/, "").replace(/ /g, "").replace(/https?:\/\/doi.org\//g, "").replace(/;subjmeta=\d+$/,"").replace(/"/g, "") [group] size = env('size') @@ -44,6 +44,10 @@ path = firstRecord value = 1 +; FR = Full Record +path = optionView +value = FR + # Maximum 1 request by second [throttle] bySecond = 1