Showing posts with label wget. Show all posts
Showing posts with label wget. Show all posts

Wednesday, April 22, 2015

wget: Download files with certain extension only

To download only files of type pdf from example.com,
wget -r --no-parent --accept "*.pdf" --level 2 http://example.com/