Setting HTTP_REQUEST_PREFIX to "GET /search?num=1&q=" instead of "GET /search?q="
in ch.ethz.dcg.spamato.filter.domainator.search.GoogleDomainSearch
tells Google to return only one result per page.
Hence the page should be much smaller and load faster.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Setting HTTP_REQUEST_PREFIX to "GET /search?num=1&q=" instead of "GET /search?q="
in ch.ethz.dcg.spamato.filter.domainator.search.GoogleDomainSearch
tells Google to return only one result per page.
Hence the page should be much smaller and load faster.
Sorry for my late reply (have been quite busy).
Seems to work for me, will build this into the next release. Thanks!