crawl-idiv-website
The snippet can be accessed without any authentication.
Authored by
Dirk Sarpe
crawls the idiv website to warm the cache (e.g. after truncating the search tables)
crawl-idiv-website.sh 294 B
#!/usr/bin/env bash
wget --recursive --level 7 --reject \
"*.mp4","*.MP4",\
"*.pdf","*.PDF",\
"*.jpg","*.JPG","*.jpeg","*.JPEG",\
"*.svg","*.SVG",\
"*.png","*.PNG",\
"*.xlsx","*.XLSX","*.xls","*.XLS",\
"*.docx","*.DOCX","*.doc","*.DOC",\
"*.pptx","*.PPTX","*.ppt","*.PPT" \
https://www.idiv.de
Please register or sign in to comment