To load certain guides, some requests are now often made directly from parser(). However, if the main request is routed through a proxy using the --proxy argument:
npm run grab --- --sites=example.com --proxy=http://127.0.0.1:1080
all internal requests go directly. As a result, if a guide is geo-blocked, it cannot be loaded.
To load certain guides, some requests are now often made directly from
parser(). However, if the main request is routed through a proxy using the--proxyargument:all internal requests go directly. As a result, if a guide is geo-blocked, it cannot be loaded.