Full archives of Game Developer magazine
gdcvault.com
Full archives of Game Developer magazine
1–10 of 61 posts
Re: Full archives of Game Developer magazine
#2Re: Full archives of Game Developer magazine
#3First was Dr. Dobbs Journal and now GDM. My favourites magazines are all dead now :(
Re: Full archives of Game Developer magazine
#4 wget -rH -nd -Dubm-us.net -Apdf http://gdcvault.com/gdmag
Edit: for the curious, the flags are: -r recursively retrieve all the links on the page
-H span hosts (default would stay with gdcvault.com only)
-nd don't replicate directory hierarchy, just download the files to cwd
-D only download from ubm-us.net
-A pdf extensions onlyRe: Full archives of Game Developer magazine
#5Re: Full archives of Game Developer magazine
#6If you want to download all the PDFs to your current working directory: wget -rH -nd -Dubm-us.net -Apdf http://gdcvault.com/gdmag Edit: for the curious, the flags are: -r recursively retrieve all the links on the page -H span hosts (default would stay with gdcvault.com only) -nd don't replicate directory hierarchy, just download the files to cwd -D only download from ubm-us.net -A pdf extensions only
but getting a 403 (forbidden). Now I see I should have tried http://gdcvault.com/gdmag instead of copying the link from right clicking and saying "Save As"
You do have a few more flags than I do. I should look those up.
Edit: Thanks for expanding your post to explain all the flags. Very helpful.
Re: Full archives of Game Developer magazine
#7If you want to download all the PDFs to your current working directory: wget -rH -nd -Dubm-us.net -Apdf http://gdcvault.com/gdmag Edit: for the curious, the flags are: -r recursively retrieve all the links on the page -H span hosts (default would stay with gdcvault.com only) -nd don't replicate directory hierarchy, just download the files to cwd -D only download from ubm-us.net -A pdf extensions only
I was just working on this: wget -r -A.pdf http://twvideo01.ubm-us.net/o1/vault/GD_Mag_Archives/ but getting a 403 (forbidden). Now I see I should have tried http://gdcvault.com/gdmag instead of copying the link from right clicking and saying "Save As" You do have a few more flags than I do. I should look those up. Edit: Thanks for expanding your post to explain all the flags. Very helpful.
Re: Full archives of Game Developer magazine
#8First was Dr. Dobbs Journal and now GDM. My favourites magazines are all dead now :(
Re: Full archives of Game Developer magazine
#9Would be nice if I could search the contents.
Re: Full archives of Game Developer magazine
#10Would be nice if I could search the contents.