Comment on HTML5 terminalparentComments−nakkiel14yThere's wget.−brimpa14y`wget` returns an error with every URL I try.−simonbrown14yIt's because of cross-origin restrictions. Try http://enable-cors.org/ or the site itself. I guess they could use a proxy if they want it to work for every URL.
Comments
There's wget.
`wget` returns an error with every URL I try.
It's because of cross-origin restrictions. Try http://enable-cors.org/ or the site itself. I guess they could use a proxy if they want it to work for every URL.