From 23fcf1acc62e0f32f479c12c1916b2b1dd922199 Mon Sep 17 00:00:00 2001 From: Yaohan Chen Date: Tue, 1 Apr 2014 01:21:59 -0400 Subject: Support the new Humble Bundle page Use PhantomJS to handle the dynamically generated page and captchas. Add options to specify the location of PhantomJS scripts and configuration file. Update README on requirements, usage, and debugging information. Update CHANGELOG. --- phantomjs-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 phantomjs-config.json (limited to 'phantomjs-config.json') diff --git a/phantomjs-config.json b/phantomjs-config.json new file mode 100644 index 0000000..559194a --- /dev/null +++ b/phantomjs-config.json @@ -0,0 +1,9 @@ +{ +// "autoLoadImages": false, + "webSecurityEnabled": false, + "ignoreSslErrors": true, + "proxyType": "none", + "diskCacheEnabled": true, + "debug": true, + "libraryPath": ".", +} -- cgit v1.2.3-70-g09d2