diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-05-02 13:36:00 -0400 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-05-02 13:36:00 -0400 |
| commit | 59a65d0bdc98a76f03235055f214747f699923a9 (patch) | |
| tree | d40cd40f1c2f96e44027b619171a0e78cf256a45 /searx/engines/gigablast.py | |
| parent | 01de1c6f7808f45698c2207ae1f1b73c1132b088 (diff) | |
| parent | 59ee040424ccdef51f3616ed6487522bdaa44f3f (diff) | |
Merge pull request #305 from dalf/https_again
[enh] reduce the number of http outgoing connections.
Diffstat (limited to 'searx/engines/gigablast.py')
| -rw-r--r-- | searx/engines/gigablast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/gigablast.py b/searx/engines/gigablast.py index 8749c3256..69717db99 100644 --- a/searx/engines/gigablast.py +++ b/searx/engines/gigablast.py @@ -17,7 +17,7 @@ categories = ['general'] paging = True number_of_results = 5 -# search-url +# search-url, invalid HTTPS certificate base_url = 'http://gigablast.com/' search_string = 'search?{query}&n={number_of_results}&s={offset}&xml=1&qh=0' |