Wget on my mac doesn't let me do recursive

Solution 1:

Your wget is actually a link to curl (or a renamed copy or an alias). Someone must have thought this was a good idea.

Curls -r option is different

-r, --range <range>

Either learn curl or delete the link/copy/alias and install the real wget, for example through Homebrew with brew install wget.