28/01/2022
Download all PDF from a Website using WGET
There will be a time where you want to download all pdf from one website with static pages. Here is the command that I have used to download all the pdf file. You can extend this to download any file type that you want.
wget --no-directories --content-disposition -e robots=off -A.pdf -r http://website.where.thefileis
I have also post the video below to show how it is done.
I hope this is helpful and give you some time back.