$ wget --reject html,htm --accept pdf,zip -rl1 url
If the site uses https, use:
wget --reject html,htm --accept pdf,zip -rl1 --no-check-certificate https-url
by David Winterbottom (codeinthehole.com)
$ wget --reject html,htm --accept pdf,zip -rl1 url
If the site uses https, use:
wget --reject html,htm --accept pdf,zip -rl1 --no-check-certificate https-url
by David Winterbottom (codeinthehole.com)
0sem comentários ainda