Relative Content

Tag Archive for windows-subsystem-for-linuxwget

Creating directories with wget

I need to download files from several pages, using wget -r -l 1 -nd -H --accept-regex 'https://blogspot.com/s[0-9]{4}/[0-9]{3}.pdf' -i list.txt; in the TXT file I have a list of all the pages from which I need to download, one per line, like