diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-04-26 13:37:11 -0400 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-04-26 13:37:11 -0400 |
| commit | ad8611c7558b9de778f4d9bb304d053f2fc99020 (patch) | |
| tree | c59a74fa476afae0d92c52bbeadd4947ed6f6f49 /searx/engines/stackoverflow.py | |
| parent | 18e7d6070275fbc48aef3d84a7f69811541e1fe5 (diff) | |
| parent | 043b269c6ee3157d7ab42fd394ed5a84185980cb (diff) | |
Merge pull request #301 from dalf/https
engines: use https when possible
Diffstat (limited to 'searx/engines/stackoverflow.py')
| -rw-r--r-- | searx/engines/stackoverflow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/stackoverflow.py b/searx/engines/stackoverflow.py index 78dba9f68..95ab58c54 100644 --- a/searx/engines/stackoverflow.py +++ b/searx/engines/stackoverflow.py @@ -19,7 +19,7 @@ categories = ['it'] paging = True # search-url -url = 'http://stackoverflow.com/' +url = 'https://stackoverflow.com/' search_url = url+'search?{query}&page={pageno}' # specific xpath variables |