diff options
author | Nick White <git@njw.name> | 2021-06-08 13:01:08 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-06-08 13:01:08 +0100 |
commit | 80a68210b4332e2d83e6b3e48a9ac94218d59f8b (patch) | |
tree | 4e66cf12693ae5ba0dd0c4e623e949b4b3046c80 /cmd/iiifdownloader | |
parent | 94f3533eda3a581742a0794490c547c1f95b12ee (diff) |
iiifdownloader: remove old and incorrect part which could cause errors
Diffstat (limited to 'cmd/iiifdownloader')
-rw-r--r-- | cmd/iiifdownloader/main.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd/iiifdownloader/main.go b/cmd/iiifdownloader/main.go index b6cca97..cbb0d5c 100644 --- a/cmd/iiifdownloader/main.go +++ b/cmd/iiifdownloader/main.go @@ -404,14 +404,6 @@ func main() { useservice = *service } - switch *service { - case "iiifmanifest": - if bookdir == "" { - bookdir = "iiifbook" - } - pgUrls, err = parseMets(u, client) - } - if *insecure { client = &http.Client{ Transport: &http.Transport{ |