>>315 (OP)
>>315 (OP)
>>315 (OP)
>>315 (OP)
To download every pdf in this thread with the correct filenames easily, save this to a linux executable:
#!/bin/bashwhile read url; do wget "$url"done <list.pdf
Download the file I uploaded. It's a list of all the links in this thread (minus dupes and no-names). Put both the files into the directory you want to download them into. Then do:
chmod +777 ./[YOUR_EXECUTABLE_NAME_HERE_WITHOUT_BRACKETS] && ./[YOUR_EXECUTABLE_NAME_HERE_WITHOUT_BRACKETS]