index
:
utils
master
Packages and tools for image preprocessing
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
iiifdownloader
/
main.go
Age
Commit message (
Expand
)
Author
2020-09-28
[iiifdownloader] Default to iiifmanifest type if none is given and no definit...
Nick White
2020-09-28
Make page numbering more generic to handle more iiif variety, and add harvard...
Nick White
2020-09-28
Add ability to pass -service to choose which download type to use, plus add a...
Nick White
2020-09-21
Use strings.Replace rather than strings.ReplaceAll so that it works on older ...
Nick White
2020-09-12
Add todos
Nick White
2020-09-08
Add the option to force METS usage for BSB
Nick White
2020-09-08
Switch to using generic page downloader for BNF
Nick White
2020-09-08
Improve urlToPgName so it can be used by BNF too
Nick White
2020-09-08
Improve urlToPgName and documentation
Nick White
2020-09-08
Sanitise URLs so that // in url doesn't cause issues (bsb site can spew these)
Nick White
2020-09-08
Switch from METS to IIIF manifest for BSB downloading, as it returns higher q...
Nick White
2020-09-08
[iiifdownloader] BSB downloading works now, by parsing METS XML
Nick White
2020-09-07
[iiifdownloader] Split out NoPgNums downloading to its own function
Nick White
2020-09-07
Add skeleton of bsb support
Nick White
2020-06-23
[iiifdownloader] Only remove 1 duplicate page, as 2nd one may not be duplicat...
Nick White
2020-06-23
[iiifdownloader] Add support for BNF urls with a dot after book id
Nick White
2020-06-23
Add IIIF downloader, that just supports BNF for now
Nick White