-
chaddickerson If I understand correctly,
wget --mirror faculty.com/ >/dev/null 2>&1 && find .
will give you something close, but nothing simple is going to work with JavaScripty-DOM-built sites (need something like headless Chrome or Selenium…)
wget --mirror faculty.com/ >/dev/null 2>&1 && find .
will give you something close, but nothing simple is going to work with JavaScripty-DOM-built sites (need something like headless Chrome or Selenium…)