diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2016-06-10 23:06:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-10 23:06:44 +0200 |
| commit | 1e0381a8d581a57762faa490d4796a00b2dfbf20 (patch) | |
| tree | aaff27ba28466b43fb775756ac9b06d49d4323da /searx | |
| parent | 27218b85fa8c49fcea736ab12c0f8502804a7a1e (diff) | |
| parent | 465fcfb9bdc829c452b5c3fcd51c03207227e400 (diff) | |
Merge pull request #582 from kvch/archive-is
archive.is engine
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 96455fc23..ff668cf72 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -40,6 +40,17 @@ engines: engine : archlinux shortcut : al + - name : archive is + engine : xpath + search_url : https://archive.is/{query} + url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href + title_xpath : (//div[@class="TEXT-BLOCK"]/a) + content_xpath : //div[@class="TEXT-BLOCK"]/ul/li + categories : general + timeout : 7.0 + disabled : True + shortcut : ai + - name : base engine : base shortcut : bs |