Tika client for httpreserve
Extract the links from your files using seeds option
./tikalinkextract -seeds -file archives-nz-demo/ > transferlinks.txt
Use the seeds to generate a warc file
wget --page-requisites --span-hosts --convert-links --execute robots=off --adjust-extension --no-directories --directory-prefix=output --warc-cdx --warc-file=accession.warc --wait=0.1 --user-agent=httpreserve-wget/0.0.1 -i transferlinks.txt
- HTTP links that are formatted in such a way to be split across lines, thus include a newline \n character.
Tika is licensed as follows: http://www.apache.org/licenses/
This tool is licensed GNU General Public License Version 3. Full Text