diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-22 16:58:52 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-01-05 11:00:11 +0100 |
commit | b02f762687c117baba523cefdcd16d0f94ae886a (patch) | |
tree | 1336c497fab529f4e6c8e21a924d344fd8fbe25b /searx/engines/github.py | |
parent | 8e9ad1ccc296c220d61f12926c94d98baa83e3ca (diff) | |
download | searxng-b02f762687c117baba523cefdcd16d0f94ae886a.tar.gz searxng-b02f762687c117baba523cefdcd16d0f94ae886a.zip |
[enh] add more categories
Diffstat (limited to 'searx/engines/github.py')
-rw-r--r-- | searx/engines/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/github.py b/searx/engines/github.py index 1d12d296a..343f3793d 100644 --- a/searx/engines/github.py +++ b/searx/engines/github.py @@ -17,7 +17,7 @@ about = { } # engine dependent config -categories = ['it'] +categories = ['it', 'repos'] # search-url search_url = 'https://api.github.com/search/repositories?sort=stars&order=desc&{query}' # noqa |