Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Add link to documentation for Google Custom Search
Browse files Browse the repository at this point in the history
Because it's quite hard to find, and someone emailed me to ask for it.
  • Loading branch information
Paul M Furley committed May 15, 2014
1 parent 58c1ace commit 8321cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google_search.py
Expand Up @@ -71,7 +71,8 @@ def _make_url(self, start_index, keyword, restrict_to_site):
if restrict_to_site is not None:
keyword = 'site:{} {}'.format(_strip_protocol(restrict_to_site),
keyword)

# https://developers.google.com
# /custom-search/json-api/v1/reference/cse/list
params = OrderedDict([
('cx', self.search_engine_id),
('key', self.api_key),
Expand Down

0 comments on commit 8321cf8

Please sign in to comment.