Tagged Questions
2
votes
2answers
532 views
wget - How to download recursively and only specific mime-types/extensions (i.e. text only)
How to download a full website, but ignoring all binary files.
wget has this functionality using the -r flag but it downloads everything and some websites are just too much for a low-resources ...
1
vote
1answer
343 views
How do I create a local copy of a complete website section from OSX using curl?
I'm trying to download Mathematics of the Discrete Fourier Transform
so that I can read through it off-line on my iPad (which doesn't have an Internet connection)
I have used wget in Linux. It seems ...