diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-22 01:00:16 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-22 01:00:16 +0100 |
commit | 550232fc21ff2c3ae9a5de3d8b999de66c96171c (patch) | |
tree | deb481ca197bccbb69bb07cb33cae4b4faea3c04 /searx/settings.yml | |
parent | 2e41bfcbdbb762be610ff379380ea2201f544edd (diff) | |
download | searxng-550232fc21ff2c3ae9a5de3d8b999de66c96171c.tar.gz searxng-550232fc21ff2c3ae9a5de3d8b999de66c96171c.zip |
SubtitleSeeker Engine
Add the subtitleseeker engine.
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 8cfe3f886..cc7073181 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -127,6 +127,10 @@ engines: engine : searchcode_code shortcut : scc + - name : subtitleseeker + engine : subtitleseeker + shortcut : ss + - name : startpage engine : startpage shortcut : sp |