mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 01:19:31 +00:00
[del] remove geektimes (redirects to habrahabr)
This commit is contained in:
parent
fb037e7a83
commit
19339067c6
1 changed files with 0 additions and 19 deletions
|
@ -720,25 +720,6 @@ engines:
|
|||
requires_api_key: false
|
||||
results: JSON
|
||||
|
||||
- name: geektimes
|
||||
engine: xpath
|
||||
paging: true
|
||||
search_url: https://habr.com/en/search/page{pageno}/?q={query}
|
||||
url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
|
||||
title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
|
||||
content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
|
||||
categories: it
|
||||
timeout: 4.0
|
||||
disabled: true
|
||||
shortcut: gt
|
||||
about:
|
||||
website: https://geektimes.ru/
|
||||
wikidata_id: Q50572423
|
||||
official_api_documentation:
|
||||
use_official_api: false
|
||||
require_api_key: false
|
||||
results: HTML
|
||||
|
||||
- name: habrahabr
|
||||
engine: xpath
|
||||
paging: true
|
||||
|
|
Loading…
Reference in a new issue