diff options
| author | ta <alt3753.7@gmail.com> | 2022-08-22 17:35:07 +0700 |
|---|---|---|
| committer | ta <alt3753.7@gmail.com> | 2022-08-22 17:35:07 +0700 |
| commit | dd9127492f85dc5cfa25fbb5351735ea2190b058 (patch) | |
| tree | c06a7c7ef14636e80d914649d7875d8d2b47801a /searx/settings.yml | |
| parent | b84ee9ac606e44eb105fe40e527fc226db6a6d19 (diff) | |
add 9gag engine
9GAG is a social media website where users upload and share user-generated images and videos
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index a61be1071..73119d2d4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -262,6 +262,11 @@ categories_as_tabs: social media: engines: + - name: 9gag + engine: 9gag + shortcut: 9g + disabled: true + - name: apk mirror engine: apkmirror timeout: 4.0 |