View Single Post
Old 09-01-2015, 05:07 PM   #25
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
to download articles through wget from the newleftreview, I need to be identified as being connected through a university internet connection,
What do you mean by this? Does the website allow people to pull articles via wget for educational purposes? Good news!
Although I already detailed how to masquerade as Firefox, so they would never know.



But simply using the university proxy would be easier

The standard way to use a proxy is to:

Code:
set https_proxy=https://proxy.server.com
Or otherwise set the https_proxy permanently through the Environment Variables dialog thingy available somewhere in the Start Menu searchbox. Or the far more usable Rapid Environment Editor.


Many programs know how to obey this environment variable, including wget.


You can also specify a wgetrc file using
Code:
wget --config C:\path\to\config\file   [more options and websites and stuff]
You can use the "wgetrc" envrionment variable to specify the location of your wgetrc file (on linux it automatically looks in $HOME/.wgetrc but I cannot find any comparable location for Windows).

Last edited by eschwartz; 09-01-2015 at 05:12 PM.
eschwartz is offline   Reply With Quote