infrastructure/coreos-config/compose/03_search/settings.yml

2836 lines
86 KiB
YAML

---
general:
debug: false # Debug mode, only for development
instance_name: "Search" # displayed name
contact_url: false # mailto:contact@example.com
enable_metrics: true # record stats
brand:
new_issue_url: https://github.com/searxng/searxng/issues/new
docs_url: https://docs.searxng.org/
public_instances: https://searx.space
wiki_url: https://github.com/searxng/searxng/wiki
issue_url: https://github.com/searxng/searxng/issues
search:
# Filter results. 0: None, 1: Moderate, 2: Strict
safe_search: 0
# Existing autocomplete backends: "dbpedia", "duckduckgo", "google",
# "seznam", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
# by default.
autocomplete: ""
# minimun characters to type before autocompleter starts
autocomplete_min: 4
# Default search language - leave blank to detect from browser information or
# use codes from 'languages.py'
default_lang: "en"
# Available languages
languages:
- all
- en
- de
# ban time in seconds after engine errors
ban_time_on_fail: 5
# max ban time in seconds after engine errors
max_ban_time_on_fail: 120
# remove format to deny access, use lower case.
# formats: [html, csv, json, rss]
formats:
- html
server:
# If you change port, bind_address or base_url don't forget to rebuild
# instance's enviroment (make buildenv)
port: 8888
bind_address: "127.0.0.1"
base_url: http://search.tobiasmanske.de/ # Possible values: false or "https://example.org/location".
limiter: true # rate limit the number of request on the instance, block some bots
# If your instance owns a /etc/searxng/settings.yml file, then set the following
# values there.
secret_key: "{{ search.server.secret_key }}" # change this!
# Proxying image results through searx
# Sadly doesnt work well
image_proxy: false
# 1.0 and 1.1 are supported
http_protocol_version: "1.1"
# POST queries are more secure as they don't show up in history but may cause
# problems when using Firefox containers
method: "POST"
default_http_headers:
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Download-Options: noopen
X-Robots-Tag: noindex, nofollow
Referrer-Policy: no-referrer
redis:
# https://redis-py.readthedocs.io/en/stable/connections.html#redis.client.Redis.from_url
url: redis://redis:6379/0
ui:
# Custom static path - leave it blank if you didn't change
static_path: ""
static_use_hash: false
# Custom templates path - leave it blank if you didn't change
templates_path: ""
# query_in_title: When true, the result page's titles contains the query
# it decreases the privacy, since the browser can records the page titles.
query_in_title: true
# ui theme
default_theme: simple
# Default interface locale - leave blank to detect from browser information or
# use codes from the 'locales' config section
default_locale: ""
# Open result links in a new tab by default
# results_on_new_tab: false
theme_args:
# style of simple theme: auto, light, dark
simple_style: auto
# Lock arbitrary settings on the preferences page. To find the ID of the user
# setting you want to lock, check the ID of the form on the page "preferences".
#
# preferences:
# lock:
# - language
# - autocomplete
# - method
# - query_in_title
# searx supports result proxification using an external service:
# https://github.com/asciimoo/morty uncomment below section if you have running
# morty proxy the key is base64 encoded (keep the !!binary notation)
# Note: since commit af77ec3, morty accepts a base64 encoded key.
#
result_proxy:
url: false # https://search.tobiasmanske.de/morty/
key: !!binary "{{ search.morty.key }}"
# [true|false] enable the "proxy" button next to each result
proxify_results: false
{% raw %}
# communication with search engines
#
outgoing:
# default timeout in seconds, can be override by engine
request_timeout: 3.0
# the maximum timeout in seconds
# max_request_timeout: 10.0
# suffix of searx_useragent, could contain informations like an email address
# to the administrator
useragent_suffix: ""
# The maximum number of concurrent connections that may be established.
pool_connections: 100
# Allow the connection pool to maintain keep-alive connections below this
# point.
pool_maxsize: 20
# See https://www.python-httpx.org/http2/
enable_http2: true
# uncomment below section if you want to use a proxyq see: SOCKS proxies
# https://2.python-requests.org/en/latest/user/advanced/#proxies
# are also supported: see
# https://2.python-requests.org/en/latest/user/advanced/#socks
#
# proxies:
# all://:
# - http://proxy1:8080
# - http://proxy2:8080
#
# using_tor_proxy: true
#
# Extra seconds to add in order to account for the time taken by the proxy
#
# extra_proxy_timeout: 10.0
#
# uncomment below section only if you have more than one network interface
# which can be the source of outgoing search requests
#
# source_ips:
# - 1.1.1.1
# - 1.1.1.2
# - fe80::/126
# External plugin configuration, for more details see
# https://docs.searxng.org/dev/plugins.html
#
# plugins:
# - plugin1
# - plugin2
# - ...
# Comment or un-comment plugin to activate / deactivate by default.
#
enabled_plugins:
# these plugins are enabled if nothing is configured ..
- 'Hash plugin'
- 'Search on category select'
- 'Self Informations'
- 'Tracker URL remover'
- 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
# these plugins are disabled if nothing is configured ..
- 'Hostname replace' # see hostname_replace configuration below
- 'Open Access DOI rewrite'
- 'Vim-like hotkeys'
# Configuration of the "Hostname replace" plugin:
#
{% endraw %}
hostname_replace:
# '(.*\.)?youtube\.com$': 'invidious.example.com'
# '(.*\.)?youtu\.be$': 'invidious.example.com'
# '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
# '(.*\.)?reddit\.com$': 'teddit.example.com'
# '(.*\.)?redd\.it$': 'teddit.example.com'
# '(www\.)?twitter\.com$': 'nitter.example.com'
# # to remove matching host names from result list, set value to false
# Use Amazon smile :-) for more happy time
'(www\.)?amazon.de$': 'smile.amazon.de'
# Personally removed
'(www\.)?quora\.com$': false
# Fuck redhats half of our stuff only for paid customers even if we link to it in free docs
'(www\.)?access\.redhat\.com$': false
# Currently a lot of spam results from indonesian TLD space, even ac.id ...
'(www\.)?\.id$': false
# https://github.com/quenhus/uBlock-Origin-dev-filter
# GitHub copycats
'(www\.)?bleepcoder\.com$': false
'(www\.)?githubja\.com$': false
'(.*\.)?gitmemory\.com$': false
'(www\.)?giters\.com$': false
'(www\.)?githubmemory\.com$': false
'(.*\.)?wenyanet\.com$': false
'(www\.)?issueexplorer\.com$': false
'(www\.)?opensourcelibs\.com$': false
'(www\.)?awesomeopensource\.com$': false
'(www\.)?findbestopensource\.com$': false
'(www\.)?githubhelp\.com$': false
'(www\.)?pythonissues\.com$': false
'(www\.)?golangrepo\.com$': false
'(www\.)?gitmemory\.cn$': false
'(www\.)?githubmate\.com$': false
'(www\.)?reposhub\.com$': false
'(www\.)?gitanswer\.com$': false
'(www\.)?githubplus\.com$': false
'(www\.)?pythonrepo\.com$': false
'(www\.)?bestofcpp\.com$': false
'(www\.)?github\.innominds\.com$': false
'(www\.)?higithub\.com$': false
'(www\.)?openprojectrepo\.com$': false
'(www\.)?golangissues\.com$': false
'(www\.)?gitfreak\.com$': false
'(www\.)?pythonawesome\.com$': false
'(www\.)?gitmotion\.com$': false
'(www\.)?fantashit\.com$': false
'(www\.)?githubhot\.com$': false
'(www\.)?gitcode\.net$': false
'(www\.)?readintrend\.com$': false
'(www\.)?news24lite\.com$': false
'(www\.)?github\.phala\.one$': false
'(www\.)?google-yandex\.info$': false
'(www\.)?coder\.social$': false
'(www\.)?javarepos\.com$': false
'(.*\.)?fastgit\.org$': false
'(www\.)?gitmetadata\.com$': false
'(www\.)?iboxshare\.com$': false
'(www\.)?fuscin\.com$': false
'(www\.)?bestofvue\.com$': false
'(www\.)?swiftobc\.com$': false
'(www\.)?flutterrepos\.com$': false
'(www\.)?androidrepo\.com$': false
'(www\.)?bestofflutter\.com$': false
'(www\.)?jsrepos\.com$': false
'(www\.)?macosrepo\.com$': false
'(www\.)?zzun\.app$': false
'(www\.)?rustrepo\.com$': false
'(www\.)?bestofreactjs\.com$': false
'(www\.)?bestofphp\.com$': false
'(www\.)?bestofjava\.com$': false
'(www\.)?lifesaver\.codes$': false
'(www\.)?softbranchdevelopers\.com$': false
'(www\.)?vuejscode\.com$': false
'(www\.)?issueantenna\.com$': false
'(www\.)?pythonlang\.dev$': false
'(www\.)?githublab\.com$': false
'(www\.)?libhunt\.com$': false
'(www\.)?andywarholpopartillustration\.blogspot\.com$': false
'(www\.)?bytemeta\.vip$': false
'(www\.)?editcode\.net$': false
# NPM copycats
'(www\.)?npmmirror.com$': false
'(www\.)?cnpmjs.org$': false
'(www\.)?npm.io$': false
# StackOverflow copycats
'(www\.)?code-examples\.net$': false
'(www\.)?kotaeta\.com$': false
'(www\.)?answer-id\.com$': false
'(www\.)?code\.i-harness\.com$': false
'(www\.)?living-sun\.com$': false
'(www\.)?qastack\.jp$': false
'(www\.)?qastack\.ru$': false
'(www\.)?qastack\.it$': false
'(www\.)?qastack\.mx$': false
'(www\.)?qastack\.com\.br$': false
'(www\.)?qastack\.info\.tr$': false
'(www\.)?qastack\.in\.th$': false
'(www\.)?qastack\.com\.de$': false
'(www\.)?qastack\.fr$': false
'(www\.)?qastack\.cn$': false
'(www\.)?qastack\.com\.ua$': false
'(www\.)?qastack\.co\.in$': false
'(www\.)?qastack\.kr$': false
'(www\.)?qastack\.vn$': false
'(www\.)?qastack\.net\.bd$': false
'(www\.)?qa-stack\.pl$': false
'(www\.)?qastack\.id$': false
'(www\.)?coder\.work$': false
'(www\.)?it-swarm-ja\.tech$': false
'(www\.)?it-swarm\.jp\.net$': false
'(www\.)?it-mure\.jp\.net$': false
'(www\.)?it-swarm-ja\.com$': false
'(www\.)?it-swarm\.com\.ru$': false
'(www\.)?it-swarm-fr\.com$': false
'(.*\.)?codeflow\.site$': false
'(www\.)?codeguides\.site$': false
'(www\.)?overcoder\.net$': false
'(www\.)?coderoad\.ru$': false
'(www\.)?generacodice\.blog$': false
'(www\.)?generacodice\.it$': false
'(www\.)?generacodice\.com$': false
'(www\.)?javaer101\.com$': false
'(.*\.)?voidcc\.com$': false
'(.*\.)?siwib\.org$': false
'(.*\.)?fluffyfables\.com$': false
'(www\.)?fixes\.pub$': false
'(www\.)?knews\.vip$': false
'(www\.)?isolution\.pro$': false
'(.*\.)?uwenku\.com$': false
'(www\.)?lycaeum\.dev$': false
'(www\.)?brocante\.dev$': false
'(www\.)?classmethod\.dev$': false
'(www\.)?stormcrow\.dev$': false
'(.*\.)?athabasca-foto\.com$': false
'(.*\.)?zsharp\.org$': false
'(.*\.)?projectbackpack\.org$': false
'(.*\.)?waymanamechurch\.org$': false
'(.*\.)?sunflowercreations\.org$': false
'(.*\.)?cfadnc\.org$': false
'(.*\.)?fitforlearning\.org$': false
'(.*\.)?panaindustrial\.com$': false
'(.*\.)?sierrasummit2005\.org$': false
'(.*\.)?theshuggahpies\.com$': false
'(.*\.)?pcbconline\.org$': false
'(www\.)?nuomiphp\.com$': false
'(www\.)?ubuntu\.buildwebhost\.com$': false
'(www\.)?ubuntuaa\.com$': false
'(www\.)?debugcn\.com$': false
'(.*\.)?sch22\.org$': false
'(.*\.)?gupgallery\.com$': false
'(.*\.)?amuddycup\.com$': false
'(.*\.)?ecnf2016\.org$': false
'(.*\.)?softwareuser\.asklobster\.com$': false
'(.*\.)?domainelespailles\.net$': false
'(.*\.)?ec-europe\.org$': false
'(.*\.)?pakostnici\.com$': false
'(.*\.)?try2explore\.com$': false
'(www\.)?laravelquestions\.com$': false
'(www\.)?itectec\.com$': false
'(www\.)?stackovergo\.com$': false
'(.*\.)?faithcov\.org$': false
'(.*\.)?noblenaz\.org$': false
'(www\.)?py4u\.net$': false
'(.*\.)?culinarydegree\.info$': false
'(.*\.)?safehavenpetrescue\.org$': false
'(www\.)?qapicks\.com$': false
'(www\.)?issues-world\.com$': false
'(.*\.)?narkive\.jp$': false
'(.*\.)?ourladylakes\.org$': false
'(www\.)?intellipaat\.com$': false
'(www\.)?article\.docway\.net$': false
'(www\.)?xiu2\.net$': false
'(www\.)?codehero\.jp$': false
'(www\.)?quabr\.com$': false
'(www\.)?webdevqa\.jp\.net$': false
'(www\.)?exceptionshub\.com$': false
'(www\.)?newbedev\.com$': false
'(www\.)?codenong\.com$': false
'(www\.)?cainiaojiaocheng\.com$': false
'(www\.)?routinepanic\.com$': false
'(www\.)?pythonwd\.com$': false
'(www\.)?tutorialmore\.com$': false
'(www\.)?alwaysemmyhope\.com$': false
'(www\.)?pretagteam\.com$': false
'(www\.)?titanwolf\.org$': false
'(www\.)?coderedirect\.com$': false
'(www\.)?ostack\.cn$': false
'(www\.)?easysavecode\.com$': false
'(www\.)?webdevdesigner\.com$': false
'(www\.)?ghcc\.net$': false
'(.*\.)?developreference\.com$': false
'(www\.)?semicolonworld\.com$': false
'(www\.)?tipsfordev\.com$': false
'(www\.)?qi-u\.com$': false
'(www\.)?stackqna\.com$': false
'(www\.)?xsprogram\.com$': false
'(www\.)?stackoom\.com$': false
'(www\.)?christfever\.in$': false
'(www\.)?codersatellite\.com$': false
'(www\.)?cndgn\.com$': false
'(.*\.)?coredump\.biz$': false
'(www\.)?farath\.com$': false
'(www\.)?devbugfix\.com$': false
'(www\.)?tech\.wayne-chu\.com$': false
'(www\.)?stackify\.dev$': false
'(www\.)?webknox\.com$': false
'(www\.)?stackfinder\.jp\.net$': false
'(www\.)?coder-solution-jp\.com$': false
'(www\.)?jpndev\.com$': false
'(www\.)?uebu-kaihatsu\.jp\.net$': false
'(www\.)?sqlite\.in$': false
'(www\.)?stackguides\.com$': false
'(www\.)?younggeeks\.in$': false
'(www\.)?answerlib\.com$': false
'(www\.)?edupro\.id$': false
'(www\.)?python-stack\.de$': false
'(www\.)?stackfinder\.ru$': false
'(www\.)?stackfault\.net$': false
'(www\.)?howtofix\.io$': false
'(www\.)?buzzphp\.com$': false
'(www\.)?desenv-web-rp\.com$': false
'(www\.)?askdev\.vn$': false
'(www\.)?quares\.ru$': false
'(www\.)?examplefiles\.net$': false
'(www\.)?codewdw\.com$': false
'(www\.)?jpcodeqa\.com$': false
'(www\.)?tutorialguruji\.com$': false
'(www\.)?justshowmethecode\.com$': false
'(www\.)?it-roy-ru\.com$': false
'(www\.)?jscodetips\.com$': false
'(www\.)?5axxw\.com$': false
'(www\.)?question-it\.com$': false
'(www\.)?webmonkez\.com$': false
'(www\.)?ibootweb\.com$': false
'(.*\.)?codefaq\.info$': false
'(www\.)?codefaq\.ru$': false
'(.*\.)?mediatagtw\.com$': false
'(www\.)?alltodev\.com$': false
'(www\.)?progi\.pro$': false
'(www\.)?jike\.in$': false
'(www\.)?web-dev-qa\.com$': false
'(.*\.)?elfishgene\.com$': false
'(www\.)?dapper-tutorial\.net$': false
'(www\.)?cmsdk\.com$': false
'(www\.)?ask-ubuntu\.ru$': false
'(www\.)?askubuntu\.ru$': false
'(www\.)?kompsekret\.ru$': false
'(www\.)?ohandroid\.com$': false
'(www\.)?poweruser\.guru$': false
'(www\.)?ruphp\.com$': false
'(www\.)?server-fault\.ru$': false
'(www\.)?sprosi\.pro$': false
'(www\.)?stackru\.com$': false
'(www\.)?switch-case\.ru$': false
'(www\.)?ubuntugeeks\.com$': false
'(www\.)?ubuntuplace\.info$': false
'(www\.)?wikiroot\.ru$': false
'(www\.)?sysadminde\.com$': false
'(www\.)?askdev\.ru$': false
'(www\.)?qarchive\.ru$': false
'(www\.)?qarus\.ru$': false
'(www\.)?recalll\.co$': false
'(www\.)?soinside\.com$': false
'(www\.)?stackanswers\.net$': false
'(www\.)?stackoverflood\.com$': false
'(www\.)?switch-case\.com$': false
'(www\.)?techarks\.ru$': false
'(www\.)?techfeed\.net$': false
'(www\.)?thinbug\.com$': false
'(www\.)?utyatnishna\.ru$': false
'(www\.)?v-resheno\.ru$': false
'(www\.)?web-answers\.ru$': false
'(.*\.)?xszz\.org$': false
'(www\.)?ylhow\.com$': false
'(www\.)?yuanmacha\.com$': false
'(www\.)?qa\.1r1g\.com$': false
'(www\.)?it-swarm\.com\.de$': false
'(www\.)?it-swarm-es\.com$': false
'(www\.)?legkovopros\.ru$': false
'(www\.)?mlink\.in$': false
'(www\.)?mlog\.club$': false
'(www\.)?overcoder\.ru$': false
'(www\.)?prog-help\.ru$': false
'(www\.)?qa-help\.ru$': false
'(www\.)?devfaq\.fr$': false
'(www\.)?extutorial\.com$': false
'(www\.)?fooobar\.com$': false
'(www\.)?husl\.ru$': false
'(www\.)?answacode\.com$': false
'(www\.)?answeright\.com$': false
'(www\.)?codegear\.dev$': false
'(www\.)?bilee\.com$': false
'(www\.)?askvoprosy\.com$': false
'(www\.)?de\.askdev\.info$': false
'(www\.)?codeindex\.ru$': false
'(www\.)?codengineering\.ru$': false
'(www\.)?coderoad\.in$': false
'(www\.)?coderquestion\.ru$': false
'(www\.)?dogovori\.info$': false
'(www\.)?itecnote\.com$': false
'(www\.)?askcodez\.com$': false
'(www\.)?bootpanic\.com$': false
'(www\.)?askentire\.net$': false
'(www\.)?de-vraag\.com$': false
'(www\.)?qacode\.ru$': false
'(www\.)?sobrelinux\.info$': false
'(www\.)?askfrance\.me$': false
'(www\.)?respuestas\.me$': false
'(www\.)?antwortenhier\.me$': false
'(www\.)?proubuntu\.ru$': false
'(www\.)?over\.wiki$': false
'(www\.)?debiantutorials\.org$': false
'(www\.)?grokbase\.com$': false
'(www\.)?wp-qa\.com$': false
'(.*\.)?codegrepper\.com$': false
'(.*\.)?programmierfrage\.com$': false
'(www\.)?microeducate\.tech$': false
'(www\.)?ringingliberty\.com$': false
'(www\.)?askandroidquestions\.com$': false
'(www\.)?tutorialmeta\.com$': false
'(www\.)?helpex\.vn$': false
'(www\.)?techtalk7\.com$': false
'(www\.)?serveanswer\.com$': false
'(www\.)?solveforums\.msomimaktaba\.com$': false
'(www\.)?pythonshowcase\.com$': false
'(www\.)?codeutility\.org$': false
'(www\.)?reactquestions\.com$': false
'(www\.)?dockerquestions\.com$': false
'(www\.)?angularquestions\.com$': false
'(www\.)?pythonfixing\.com$': false
'(www\.)?stackallflow\.com$': false
'(www\.)?nxtstage\.net$': false
'(www\.)?intelligentsystemsmonitoring\.com$': false
'(www\.)?localcoder\.org$': false
'(www\.)?rotadev\.com$': false
'(www\.)?errorsfixing\.com$': false
'(www\.)?catwolf\.org$': false
'(www\.)?configrouter\.com$': false
'(www\.)?akuum\.org$': false
'(www\.)?readforlearn\.com$': false
'(www\.)?codehunter\.cc$': false
'(www\.)?levitrares\.com$': false
'(www\.)?graef\.io$': false
'(www\.)?syntaxfix\.com$': false
'(www\.)?ourpython\.com$': false
'(www\.)?vigges\.net$': false
'(www\.)?exchangetuts\.com$': false
'(www\.)?fullstackuser\.com$': false
'(www\.)?dtuto\.com$': false
'(www\.)?w3coded\.com$': false
'(www\.)?thelivingtrove\.com$': false
'(www\.)?ti-enxame\.com$': false
'(www\.)?desenv-web-rp-bd\.com$': false
'(www\.)?web-dev-qa-db-pt\.com$': false
'(www\.)?tra-loi-cau-hoi-phat-trien-web\.com$': false
'(www\.)?suttonedfoundation\.org$': false
'(www\.)?tousu\.in$': false
'(www\.)?itdaan\.com$': false
'(www\.)?itranslater\.com$': false
'(www\.)?software-testing\.com$': false
'(www\.)?itbaoku\.cn$': false
'(www\.)?nibes\.cn$': false
'(www\.)?devqanda\.com$': false
'(www\.)?sargon24\.com$': false
'(www\.)?javafixing\.com$': false
'(www\.)?catchconsole\.com$': false
'(.*\.)?icopy\.site$': false
'(www\.)?frameboxxindore\.com$': false
'(www\.)?qa\.wujigu\.com$': false
'(www\.)?shenzhenjia\.net$': false
'(www\.)?ogeek\.cn$': false
'(www\.)?devdreamz\.com$': false
'(.*\.)?imtqy\.com$': false
'(www\.)?idqna\.com$': false
'(www\.)?peaku\.co$': false
'(.*\.)?javawenti\.com$': false
'(.*\.)?runexception\.com$': false
'(www\.)?ebestcode\.com$': false
'(www\.)?likecs\.com$': false
'(.*\.)?solveforum\.com$': false
'(www\.)?codetd\.com$': false
# Wikipedia copycats
'(www\.)?encyclopedia\.thefreedictionary\.com$': false
'(www\.)?algebra\.com$': false
'(www\.)?wikizero\.com$': false
'(www\.)?mediawiki\.feverous\.co\.uk$': false
'(www\.)?everything\.explained\.today$': false
'(www\.)?wiwa\.wiki$': false
'(www\.)?findatwiki\.com$': false
'(www\.)?wikide\.wiki$': false
'(www\.)?wikit\.wiki$': false
'(www\.)?secret-bases\.co\.uk/wiki$': false
'(www\.)?scholarship\.edu\.vn/wiki$': false
'(.*\.)?frwiki\.wiki$': false
'(.*\.)?zxc\.wiki$': false
'(www\.)?360wiki\.ru$': false
'(www\.)?sv\.abcdef\.wiki$': false
'(www\.)?buildwiki\.ru$': false
'(.*\.)?datewiki\.ru$': false
'(www\.)?encyclopaedia\.bid$': false
'(www\.)?gaz\.wiki$': false
'(www\.)?th\.hmong\.wiki$': false
'(www\.)?hmong\.ru$': false
'(www\.)?livepcwiki\.ru$': false
'(www\.)?enhancedwiki\.territorioscuola\.it$': false
'(www\.)?wiki-org\.ru$': false
'(www\.)?wiki2\.net$': false
'(www\.)?wiki2\.info$': false
'(www\.)?wiki2\.org$': false
'(www\.)?wiki\.cologne$': false
'(www\.)?wikidea\.ru$': false
'(www\.)?wiki2wiki\.ru$': false
'(www\.)?globalwikionline\.com$': false
'(www\.)?wikipe\.wiki$': false
'(www\.)?wikipedia\.tel$': false
'(www\.)?wikidark\.ru$': false
'(www\.)?wikiredia\.ru$': false
'(www\.)?wikipedia24\.ru$': false
'(www\.)?wikiwand\.com$': false
'(.*\.)?encyclopedia\.kz$': false
# https://github.com/rjaus/ublacklist-pinterest
# Pinterest
'(.*\.)?pinterest\.com$': false
'(www\.)?pinterest\.nz': false
'(www\.)?pinterest\.ph': false
'investor\.pinterestinc\.com': false
'(www\.)?pinterestcareers\.com': false
'(www\.)?pinterest\.cl': false
'(www\.)?pinterest\.co\.uk': false
'(www\.)?pinterest\.at': false
'(www\.)?pinterest\.ie': false
'(www\.)?pinterest\.es': false
'(www\.)?pinterest\.com\.au': false
'(www\.)?pinterest\.com\.mx': false
'(www\.)?pinterest\.ca': false
'(www\.)?pinterest\.dk': false
'(www\.)?pinterest\.fr': false
'(www\.)?pinterest\.de': false
'(www\.)?pinterest\.ch': false
'(www\.)?pinterest\.it': false
'(www\.)?pinterest\.pt': false
'(www\.)?pinterest\.ru': false
'(www\.)?pinterest\.co\.kr': false
# https://github.com/franga2000/aliexpress-fake-sites
# AliExpress copycats
'(www\.)?fijet\.si': false
'(www\.)?advancedmarkets\.news': false
'(www\.)?si-ja\.si': false
'(www\.)?urejen-grob\.si': false
'(www\.)?electricoriginals\.news': false
'(www\.)?pouknaprostem\.si': false
'(www\.)?mart-bevasarlas\.cyou': false
'(www\.)?slovenska\.si': false
'(www\.)?premija-trgovina\.news': false
'(www\.)?skladisce-trgovina\.cam': false
'(www\.)?fashionmax\.news': false
'(www\.)?deshevoequip\.cam': false
'(www\.)?new-global\.news': false
'(www\.)?kingbrand\.cam': false
'(www\.)?selectsales\.news': false
'(www\.)?filmvilag2elozetesek\.eu': false
'(www\.)?branka\.si': false
'(www\.)?brandsforsalechoice\.news': false
'(www\.)?guide-bests\.news': false
'(www\.)?topespresso\.si': false
'(www\.)?store-depot\.cam': false
'(www\.)?eurocenter-sp\.si': false
'(www\.)?rockeriada\.si': false
'(www\.)?hitro-original\.news': false
'(www\.)?fitcat\.si': false
'(www\.)?eltec-petrol\.si': false
'(www\.)?fizioterapija-arka\.si': false
'(www\.)?escaperoom-carniola\.si': false
'(www\.)?butik-nagykereskedelem\.today': false
'(www\.)?productprice\.news': false
'(www\.)?erikasmrekar\.si': false
'(www\.)?trgovinanadom\.si': false
'(www\.)?originalpremija\.news': false
'(www\.)?bazar-branch\.cam': false
'(www\.)?kidix\.si': false
'(www\.)?toga\.si': false
'(www\.)?plesnicar-ps\.si': false
'(www\.)?izdelkovmoderno\.today': false
'(www\.)?cisteniebazenov\.eu': false
'(www\.)?coachingzdruzenje\.si': false
'(www\.)?zobozdrav-vestn\.si': false
'(www\.)?sharedluxuries\.cam': false
'(www\.)?restavracija-promenada\.si': false
'(www\.)?sunumi\.si': false
'(www\.)?nakupovanje-podruznica\.news': false
'(www\.)?bargainuniversal\.today': false
'(www\.)?raktarertekesites\.news': false
'(www\.)?trgovinavticnico\.news': false
'(www\.)?konoplano\.com': false
'(www\.)?productoutlet\.news': false
'(www\.)?inhomediscount\.news': false
'(www\.)?luxexpert\.news': false
'(www\.)?nagykereskedelem\.news': false
'(www\.)?trznica-moderno\.cam': false
'(www\.)?witshop\.ch': false
'(www\.)?bigshop\.si': false
'(www\.)?items-store\.cyou': false
'(www\.)?waldorfski-vrtec-celje\.si': false
'(www\.)?micrat-leasing\.si': false
'(www\.)?money-premium\.news': false
'(www\.)?supermarket-market\.cam': false
'(www\.)?functionalmovements\.si': false
'(www\.)?premiumpurchase\.news': false
'(www\.)?cheap-department\.news': false
'(www\.)?units-expo\.news': false
'(www\.)?kerakamin\.si': false
'(www\.)?order-world\.news': false
'(www\.)?enostavnokupcijo\.news': false
'(www\.)?trgovina-sveze\.cam': false
'(www\.)?anjajelovsek\.net': false
'(www\.)?hotel-toplice\.si': false
'(www\.)?eredetikonnyen\.news': false
'(www\.)?kedvezmeny-erme\.cam': false
'(www\.)?nakup-narocilo\.cam': false
'(www\.)?ecohouse\.si': false
'(www\.)?originaldepartment\.news': false
'(www\.)?expresspicker\.news': false
'(www\.)?izdelka-trgovina\.news': false
'(www\.)?premija-trgovina\.cam': false
'(www\.)?astrozdravljenje\.si': false
'(www\.)?nakupovanje-poceni\.cam': false
'(www\.)?market-cost\.cam': false
'(www\.)?pasarstvo-torkar\.si': false
'(www\.)?offerdeal\.news': false
'(www\.)?mob\.specials-wishes\.news': false
'(www\.)?inbound-marketing\.si': false
'(www\.)?zaloga-tovarna\.news': false
'(www\.)?fresh-collection\.cam': false
'(www\.)?davorin-caf\.si': false
'(www\.)?oknar\.si': false
'(www\.)?kupcijoprodajo\.news': false
'(www\.)?limited-view\.news': false
'(www\.)?offer-store\.co': false
'(www\.)?onlinepremium\.news': false
'(www\.)?offer-discount\.cam': false
'(www\.)?kulonuzlet\.news': false
'(www\.)?mihacisti\.si': false
'(www\.)?rimringz\.si': false
'(www\.)?vino-graben\.si': false
'(www\.)?ponudbe-oddelek\.cam': false
'(www\.)?ging\.si': false
'(www\.)?pdesign\.si': false
'(www\.)?plinsevnica\.si': false
'(www\.)?najnovejsioriginal\.news': false
'(www\.)?parkerpen\.si': false
'(www\.)?nicequality\.news': false
'(www\.)?majskeigre\.si': false
'(www\.)?unimarkets\.news': false
'(www\.)?ir-iu\.com': false
'(www\.)?onlyboutique\.news': false
'(www\.)?shoppingoriginal\.news': false
'(www\.)?podnart\.si': false
'(www\.)?dostavaoddelek\.news': false
'(www\.)?shop-ertekesites\.news': false
'(www\.)?showroom-fresh\.cam': false
'(www\.)?storeequipment\.news': false
'(www\.)?marka-uzlet\.news': false
'(www\.)?zbiranje-original\.cyou': false
'(www\.)?proracun-zacetek\.co': false
'(www\.)?shop-online\.cam': false
'(www\.)?egyetemesmarka\.news': false
'(www\.)?k\.optionsgrand\.news': false
'(www\.)?virs-primorske\.si': false
'(www\.)?mybags\.si': false
'(www\.)?zbiranjetrgovina\.news': false
'(www\.)?soroptimist-celje\.si': false
'(www\.)?ponudbe-izdelkov\.cam': false
'(www\.)?trgovinayorki\.si': false
'(www\.)?kingsellers\.news': false
'(www\.)?orle\.si': false
'(www\.)?predmetov-trgovina\.cam': false
'(www\.)?storesale\.news': false
'(www\.)?elekom\.si': false
'(www\.)?vasarlasvilag\.news': false
'(www\.)?supply-stock\.cam': false
'(www\.)?izdelkovuniverzalni\.news': false
'(www\.)?butikdirects\.news': false
'(www\.)?slowoodlife\.si': false
'(www\.)?fresh-store\.cyou': false
'(www\.)?products-value\.cam': false
'(www\.)?princesport\.si': false
'(www\.)?tovarna-poceni\.news': false
'(www\.)?trguzacetek\.news': false
'(www\.)?lattelife\.news': false
'(www\.)?ooz-radlje\.si': false
'(www\.)?center-isi\.si': false
'(www\.)?sasma\.si': false
'(www\.)?otok-hvar\.si': false
'(www\.)?trgovina-stroskov\.news': false
'(www\.)?britannia-tours\.si': false
'(www\.)?ramonportilla\.es': false
'(www\.)?brunarice-tomiles\.si': false
'(www\.)?online-delivery\.cam': false
'(www\.)?mart-sales\.cam': false
'(www\.)?cricek\.si': false
'(www\.)?bazar-modern\.cam': false
'(www\.)?friss-keszlet\.cam': false
'(www\.)?penzbevasarlas\.news': false
'(www\.)?join-gear\.news': false
'(www\.)?lesenimetuljcki\.si': false
'(www\.)?podskalco\.si': false
'(www\.)?dekani\.si': false
'(www\.)?start-bestseller\.me': false
'(www\.)?idea-geared\.news': false
'(www\.)?lookbrands\.news': false
'(www\.)?queenmarkets\.cam': false
'(www\.)?rendeles-kiskereskedelem\.news': false
'(www\.)?cenapodruznica\.news': false
'(www\.)?goodsluxuryes\.news': false
'(www\.)?orkester-loce\.si': false
'(www\.)?superstil\.si': false
'(www\.)?cena-najnovejsi\.cam': false
'(www\.)?izdelka-poceni\.news': false
'(www\.)?violetatomic\.si': false
'(www\.)?rebahan\.news': false
'(www\.)?4play\.si': false
'(www\.)?original-showroom\.cam': false
'(www\.)?chlorys\.si': false
'(www\.)?fashioninsider\.news': false
'(www\.)?podruznica-predmetov\.news': false
'(www\.)?koltsegvetes-uzlet\.co': false
'(www\.)?fundacijaum\.si': false
'(www\.)?ponudbe-original\.today': false
'(www\.)?univerzalni-premija\.cam': false
'(www\.)?po-sentjernej\.si': false
'(www\.)?recipella\.si': false
'(www\.)?big-collection\.news': false
'(www\.)?tetejere-ertek\.today': false
'(www\.)?shop-value\.cam': false
'(www\.)?nakupstroskov\.news': false
'(www\.)?moderno-ogrevanje\.si': false
'(www\.)?tiskarna-kaucic\.si': false
'(www\.)?luck-grand\.news': false
'(www\.)?free-dealer\.news': false
'(www\.)?naplazi\.si': false
'(www\.)?printdekor\.si': false
'(www\.)?shopsgoods\.news': false
'(www\.)?turizem-sevnica\.si': false
'(www\.)?dajrentaj\.si': false
'(www\.)?picerija-lesjak\.si': false
'(www\.)?tetejereosztaly\.news': false
'(www\.)?guidedelivery\.news': false
'(www\.)?ponudbeprodajo\.news': false
'(www\.)?specialmarket\.news': false
'(www\.)?nova24\.si': false
'(www\.)?kpc-svetijurij\.si': false
'(www\.)?petstrani\.si': false
'(www\.)?zbiranjeizdelka\.news': false
'(www\.)?salesupply\.news': false
'(www\.)?cena-hitro\.cam': false
'(www\.)?nasadomovina\.si': false
'(www\.)?svetu-sveze\.cam': false
'(www\.)?supermarket-trade\.cam': false
'(www\.)?moderno-nakup\.cam': false
'(www\.)?mart-bestseller\.today': false
'(www\.)?trgovina-zbiranje\.news': false
'(www\.)?dostavaskladisce\.news': false
'(www\.)?butiknaklik\.si': false
'(www\.)?shopspick\.news': false
'(www\.)?popustskladisce\.news': false
'(www\.)?mojapreventiva\.si': false
'(www\.)?trajnost\.si': false
'(www\.)?ultradelivery\.news': false
'(www\.)?cestra\.si': false
'(www\.)?dspm\.si': false
'(www\.)?meridian-sun\.si': false
'(www\.)?wolk\.si': false
'(www\.)?discountstore\.news': false
'(www\.)?vasarlaskonnyen\.news': false
'(www\.)?najnovejsitrgovina\.news': false
'(www\.)?gickmall\.news': false
'(www\.)?majazamlade\.si': false
'(www\.)?zaloga-zbiranje\.news': false
'(www\.)?dpsjl-p\.si': false
'(www\.)?ustavimokorono\.si': false
'(www\.)?dogovoritivrednost\.news': false
'(www\.)?thunderclass\.eu': false
'(www\.)?vina-babic\.si': false
'(www\.)?k2-taekwondo\.si': false
'(www\.)?orgon\.si': false
'(www\.)?rmv\.si': false
'(www\.)?zbiranje-vrednost\.cam': false
'(www\.)?ansambel-potep\.si': false
'(www\.)?klub-trmastih\.si': false
'(www\.)?zoldfal\.eu': false
'(www\.)?ponudbo-skladisce\.cyou': false
'(www\.)?ansat-tv\.si': false
'(www\.)?dinamik-celje\.si': false
'(www\.)?hawkeyealaska\.news': false
'(www\.)?purchasecollection\.news': false
'(www\.)?sales-offer\.cam': false
'(www\.)?newdiscountscollection\.news': false
'(www\.)?turistika-studio\.si': false
'(www\.)?asistemi\.si': false
'(www\.)?student-tomi\.si': false
'(www\.)?interadesign\.si': false
'(www\.)?marguc-sp\.si': false
'(www\.)?regenbuy\.news': false
'(www\.)?jadorephotography\.si': false
'(www\.)?tornado\.si': false
'(www\.)?ponudbo-novo\.cyou': false
'(www\.)?premierquality\.support': false
'(www\.)?saleforholiday\.vin': false
'(www\.)?profi-prices\.news': false
'(www\.)?goodyear20poti\.si': false
'(www\.)?onlinefactory\.news': false
'(www\.)?agencijamk2\.si': false
'(www\.)?shippingcollection\.news': false
'(www\.)?fairhotels\.si': false
'(www\.)?boutique-fast\.cam': false
'(www\.)?beligomon\.si': false
'(www\.)?gledalisce-zarja\.si': false
'(www\.)?izdelka-original\.cam': false
'(www\.)?ml-servis-velenje\.si': false
'(www\.)?dodatno-nakupovanje\.cam': false
'(www\.)?nlf\.si': false
'(www\.)?wearonoffers\.news': false
'(www\.)?equipmentselect\.news': false
'(www\.)?zbiranje-vticnico\.cam': false
'(www\.)?frenterenovador\.si': false
'(www\.)?psh-hrvaska\.si': false
'(www\.)?absoluteshopping\.news': false
'(www\.)?apok\.si': false
'(www\.)?safeprice\.news': false
'(www\.)?tanjasket\.si': false
'(www\.)?oset-sp\.si': false
'(www\.)?popusttrgovina\.news': false
'(www\.)?universal-start\.cam': false
'(www\.)?trgu-trgovina\.cam': false
'(www\.)?trznica-stroskov\.news': false
'(www\.)?idealni365\.si': false
'(www\.)?hitro-trgovina\.cam': false
'(www\.)?paktzamlade\.si': false
'(www\.)?plus-mart\.news': false
'(www\.)?dealbargain\.news': false
'(www\.)?pasjilajf\.si': false
'(www\.)?linksunique\.news': false
'(www\.)?factory-value\.cam': false
'(www\.)?uzlet-kulon\.cam': false
'(www\.)?zaceteknakupovanje\.news': false
'(www\.)?yearexpress\.news': false
'(www\.)?selection-tips\.news': false
'(www\.)?sdgreens31\.si': false
'(www\.)?denarja-trgovina\.cam': false
'(www\.)?trgovina-marija\.si': false
'(www\.)?pgd-zalog\.si': false
'(www\.)?unitsstore\.news': false
'(www\.)?outlet-mixed\.news': false
'(www\.)?zbiranje-univerzalni\.me': false
'(www\.)?onlinebazar\.news': false
'(www\.)?modern-shop\.cyou': false
'(www\.)?tamau\.si': false
'(www\.)?bemutatoterem-osztaly\.info': false
'(www\.)?expossales\.news': false
'(www\.)?vticnico-svetu\.cam': false
'(www\.)?sbk\.si': false
'(www\.)?advancegoods\.news': false
'(www\.)?kandare\.si': false
'(www\.)?depot-products\.cyou': false
'(www\.)?butik-zone\.news': false
'(www\.)?cvzu-dolenjska\.si': false
'(www\.)?kalista-cebelarstvo\.si': false
'(www\.)?zaloga-poceni\.today': false
'(www\.)?shop-deal\.news': false
'(www\.)?advicesperfects\.news': false
'(www\.)?edition-unique\.news': false
'(www\.)?klubsasa\.si': false
'(www\.)?discountexlusives\.news': false
'(www\.)?vticnicodogovoriti\.news': false
'(www\.)?vrednosttrgovina\.news': false
'(www\.)?dostava-zacetek\.cam': false
'(www\.)?tetejere-online\.cam': false
'(www\.)?pocenipodruznica\.news': false
'(www\.)?pgdzavrstnik\.si': false
'(www\.)?fizioterapija-skitek\.si': false
'(www\.)?ertek-bolt\.cam': false
'(www\.)?izdelkov-popust\.cam': false
'(www\.)?rendelesvilag\.today': false
'(www\.)?bargain-products\.news': false
'(www\.)?mestnalepotilnica\.si': false
'(www\.)?supermarketsvetu\.news': false
'(www\.)?idea-queen\.news': false
'(www\.)?supermarketvrh\.news': false
'(www\.)?mtbvv\.si': false
'(www\.)?elemeket-gyar\.today': false
'(www\.)?joga-kranj\.si': false
'(www\.)?ride-sport\.si': false
'(www\.)?dogovoriti-podruznica\.cyou': false
'(www\.)?yearly-wishes\.news': false
'(www\.)?ehc\.si': false
'(www\.)?za-sled\.si': false
'(www\.)?pgdpobegicezarji\.si': false
'(www\.)?ppdo\.si': false
'(www\.)?fitnavade\.si': false
'(www\.)?tdsticna\.si': false
'(www\.)?ajanlat-butik\.cam': false
'(www\.)?vitaminz\.si': false
'(www\.)?world-product\.cam': false
'(www\.)?safran\.si': false
'(www\.)?klh-trade\.si': false
'(www\.)?tinkarakovac\.si': false
'(www\.)?marketplace-new\.today': false
'(www\.)?krovstvo-vrbancic\.si': false
'(www\.)?valburglagotto\.com': false
'(www\.)?pocitnice-hrvaska-jadran\.si': false
'(www\.)?matejadereani\.si': false
'(www\.)?trgovina-ponudbo\.cam': false
'(www\.)?c\.offerprices\.news': false
'(www\.)?trgovina-edinstven\.cam': false
'(www\.)?osztaly-bazar\.news': false
'(www\.)?enostavno-supermarket\.cam': false
'(www\.)?kitana\.si': false
'(www\.)?afina\.si': false
'(www\.)?value-depot\.cyou': false
'(www\.)?lambda-group\.si': false
'(www\.)?zagras\.si': false
'(www\.)?rimage\.si': false
'(www\.)?sostanj-tourism\.si': false
'(www\.)?dramska-neptun\.si': false
'(www\.)?romanopralipe\.si': false
'(www\.)?erocket\.si': false
'(www\.)?kooncept\.si': false
'(www\.)?purchase-shop\.news': false
'(www\.)?dealunique\.news': false
'(www\.)?gyar-friss\.news': false
'(www\.)?izdelka-trgovina\.cam': false
'(www\.)?egyetemesertekesites\.news': false
'(www\.)?historial-skofjaloka\.si': false
'(www\.)?novo-nakupovanje\.cam': false
'(www\.)?start-unique\.cyou': false
'(www\.)?lpgmasaze\.si': false
'(www\.)?mamijedoma\.si': false
'(www\.)?piac-koltsegvetes\.today': false
'(www\.)?mbglass\.si': false
'(www\.)?doubledeffect\.news': false
'(www\.)?recnik\.si': false
'(www\.)?abs-stores\.news': false
'(www\.)?filacelje\.eu': false
'(www\.)?shopstop\.news': false
'(www\.)?zbiranjemoderno\.news': false
'(www\.)?glammy\.si': false
'(www\.)?cenakupcijo\.news': false
'(www\.)?sales-extra\.cam': false
'(www\.)?pritrehlipah\.si': false
'(www\.)?novodenarja\.today': false
'(www\.)?peleti1a\.si': false
'(www\.)?aikido-maribor\.si': false
'(www\.)?prodajopopust\.news': false
'(www\.)?neikid\.si': false
'(www\.)?keszlet-raktar\.today': false
'(www\.)?elkonto\.si': false
'(www\.)?rialto-collection\.cam': false
'(www\.)?versor\.si': false
'(www\.)?kereskedelmi-marka\.cam': false
'(www\.)?factory-sales\.cam': false
'(www\.)?gostisce-majolka\.si': false
'(www\.)?bestseller-price\.news': false
'(www\.)?trgovina-cena\.cam': false
'(www\.)?monume\.si': false
'(www\.)?pk-termeptuj\.si': false
'(www\.)?photocranneries\.dk': false
'(www\.)?onkel-madglad\.dk': false
'(www\.)?dinlokalehavemand\.dk': false
'(www\.)?gourmetconnection\.dk': false
'(www\.)?levade\.dk': false
'(www\.)?okocater\.dk': false
'(www\.)?nielshoejmark\.dk': false
'(www\.)?simplylove\.dk': false
'(www\.)?hlauridsen\.dk': false
'(www\.)?grundithem\.dk': false
'(www\.)?samas\.dk': false
'(www\.)?dostava-ledu\.si': false
'(www\.)?bj-volley\.dk': false
'(www\.)?ribus\.dk': false
'(www\.)?e-ciklus\.si': false
'(www\.)?sangteknik\.dk': false
'(www\.)?marquisspas\.dk': false
'(www\.)?vecertours\.si': false
'(www\.)?dyreredning\.dk': false
'(www\.)?basilicohaslev\.dk': false
'(www\.)?thanhnien\.dk': false
'(www\.)?qar\.dk': false
'(www\.)?verde\.dk': false
'(www\.)?lau-byg\.dk': false
'(www\.)?drengesomelskerdrenge\.dk': false
'(www\.)?tki-trgovina\.si': false
'(www\.)?zhou-vejle\.dk': false
'(www\.)?findlegepladsen\.dk': false
'(www\.)?hass-gin\.dk': false
'(www\.)?pleioneworld\.dk': false
'(www\.)?groendalspark\.dk': false
'(www\.)?bidsted\.dk': false
'(www\.)?larsandersenshop\.dk': false
'(www\.)?modern-items\.cam': false
'(www\.)?gonefishing\.dk': false
'(www\.)?orobio\.si': false
'(www\.)?appmatic\.dk': false
'(www\.)?items\.si': false
'(www\.)?kdmelamin\.si': false
'(www\.)?onmyoji\.si': false
'(www\.)?domkoptuj\.si': false
'(www\.)?avtokocjancic\.si': false
'(www\.)?mo-ve\.si': false
'(www\.)?skiro-servis\.siappmatic\.dk': false
'(www\.)?pizzerija-aleksandro\.si': false
'(www\.)?gmproplus\.si': false
'(www\.)?svicbowling\.si': false
'(www\.)?slovenijazlokalci\.si': false
'(www\.)?katrx\.si': false
'(www\.)?hitro-dogovoriti\.cam': false
'(www\.)?pgdkneza\.si': false
'(www\.)?laski\.si': false
'(www\.)?sunknzemlja\.si': false
'(www\.)?unirec\.si': false
'(www\.)?kscelje\.si': false
'(www\.)?akademija-dobre-voznje\.si': false
'(www\.)?bmx-racing\.si': false
'(www\.)?r-t-o\.si': false
'(www\.)?zveza-sup\.si': false
'(www\.)?prefer-malls\.vin': false
'(www\.)?maxiforall\.news': false
'(www\.)?world-coin\.cyou': false
'(www\.)?shido-sportshop\.si': false
'(www\.)?trgovina-oven\.si': false
'(www\.)?it-si\.si': false
'(www\.)?rotaract-ng\.si': false
'(www\.)?ponudbo-narocilo\.news': false
'(www\.)?gostilnica-katrca\.si': false
'(www\.)?kakoprodati\.si': false
'(www\.)?trok\.si': false
'(www\.)?skladisce-globalno\.news': false
'(www\.)?shardacropchem\.si': false
'(www\.)?sveze-vrh\.cyou': false
'(www\.)?horseresortstariha\.si': false
'(www\.)?slose\.si': false
'(www\.)?skiro-servis\.si': false
'(www\.)?kolikostanespletnastran\.si': false
'(www\.)?psihologija-sara\.si': false
'(www\.)?li-ce\.si': false
'(www\.)?sportnainformatika\.si': false
'(www\.)?jankocelje\.si': false
'(www\.)?frizerstvo-danica\.si': false
'(www\.)?dogovoriti-cena\.cam': false
'(www\.)?ribica-doo\.si': false
'(www\.)?gasilecpohiti\.si': false
'(www\.)?stroskov-trgovina\.cam': false
'(www\.)?ortopedska-amb\.si': false
'(www\.)?klub-kls\.si': false
'(www\.)?kampirajmoskupaj\.si': false
'(www\.)?kemicnacistilnica-mare\.si': false
'(www\.)?greatexcellent\.news': false
'(www\.)?slovenijahep\.si': false
'(www\.)?drustvo-zvezda\.si': false
'(www\.)?hranazaduso\.si': false
'(www\.)?ceh-stanko\.si': false
'(www\.)?crosulsnm\.ro': false
'(www\.)?era-digitala\.ro': false
'(www\.)?peachy-promising\.nl': false
'(www\.)?world-order\.cam': false
'(www\.)?accesoriisimargele\.ro': false
'(www\.)?targulescu\.ro': false
'(www\.)?montrelle\.ro': false
'(www\.)?topbrainstorm\.nl': false
'(www\.)?albertshop\.ro': false
'(www\.)?medicalshoes\.ro': false
'(www\.)?meangirls\.ro': false
'(www\.)?departament-bani\.cam': false
'(www\.)?romania-smart\.ro': false
'(www\.)?instalator-profesionist\.ro': false
'(www\.)?ozonrelive\.ro': false
'(www\.)?start-produs\.cam': false
'(www\.)?reginanoptii\.ro': false
'(www\.)?usipentrutine\.ro': false
'(www\.)?impachetatcustil\.ro': false
'(www\.)?amanetbkg\.ro': false
'(www\.)?casamadale\.ro': false
'(www\.)?primariamalucuflori\.ro': false
'(www\.)?banulpublic\.ro': false
'(www\.)?izolatii-industriale\.ro': false
'(www\.)?specialmariage\.ro': false
'(www\.)?cursuri-word\.ro': false
'(www\.)?profesionaldesign\.ro': false
'(www\.)?evrikapublishing\.ro': false
'(www\.)?magnifique-events\.ro': false
'(www\.)?3d-tineretului\.ro': false
'(www\.)?facemspitale\.ro': false
'(www\.)?foxyclothcreations\.com': false
'(www\.)?altstadtinvest\.ro': false
'(www\.)?masa-casa\.ro': false
'(www\.)?zenitybeauty\.ro': false
'(www\.)?transport-g-r-a-t-u-i-t\.ro': false
'(www\.)?magazin-bazar\.cam': false
'(www\.)?antalarpad\.ro': false
'(www\.)?aacsportmuntenia\.ro': false
'(www\.)?heroic\.ro': false
'(www\.)?presedepeleti\.ro': false
'(www\.)?edunews\.ro': false
'(www\.)?interventie-timpurie\.ro': false
'(www\.)?clustermechatrec\.ro': false
'(www\.)?service-auto-cde\.ro': false
'(www\.)?craiovabuzz\.ro': false
'(www\.)?relaxopedia\.ro': false
'(www\.)?incaltaminteamea\.ro': false
'(www\.)?biaproject\.ro': false
'(www\.)?ccfm-excellentia\.ro': false
'(www\.)?high-life-tavern\.ro': false
'(www\.)?wfmc\.ro': false
'(www\.)?partid-rezist\.ro': false
'(www\.)?detailingexpert\.ro': false
'(www\.)?crucearosiebistrita\.ro': false
'(www\.)?flexshop\.ro': false
'(www\.)?body-slim\.ro': false
'(www\.)?pcparty\.ro': false
'(www\.)?junuscoban\.ro': false
'(www\.)?cssad\.ro': false
'(www\.)?rezilienta\.ro': false
'(www\.)?athosparc\.ro': false
'(www\.)?servicetor\.ro': false
'(www\.)?burnfree\.ro': false
'(www\.)?bucuriabravo\.ro': false
'(www\.)?drrugina\.ro': false
'(www\.)?topograforadea\.ro': false
'(www\.)?ploiestibuzz\.ro': false
'(www\.)?meloritm\.ro': false
'(www\.)?javu\.ro': false
'(www\.)?cadouldiferit\.ro': false
'(www\.)?restaurantgiuliano\.ro': false
'(www\.)?bellaspa\.ro': false
'(www\.)?viessmannshop\.ro': false
'(www\.)?mergemlatine\.ro': false
'(www\.)?ingrijiripaliativebacau\.ro': false
'(www\.)?nusabugeac\.ro': false
'(www\.)?puturiapa-hidrogeofor\.ro': false
'(www\.)?omegazodiac\.ro': false
'(www\.)?ecopaper\.ro': false
'(www\.)?billshop\.ro': false
'(www\.)?balustradetop\.ro': false
'(www\.)?modern-boutique\.cam': false
'(www\.)?beatmort\.ro': false
'(www\.)?itp-sem\.ro': false
'(www\.)?thermopro\.ro': false
'(www\.)?huse-tesaturi\.ro': false
'(www\.)?preturi-apometre\.ro': false
'(www\.)?outlet-retail\.cyou': false
'(www\.)?creative-store\.ro': false
'(www\.)?partyfashion\.ro': false
'(www\.)?gpl-bucuresti\.ro': false
'(www\.)?forseda\.ro': false
'(www\.)?cernavoda-turistica\.ro': false
'(www\.)?ordinobiecte\.today': false
'(www\.)?profu112\.ro': false
'(www\.)?portaldemarketingase\.ro': false
'(www\.)?trade-money\.cam': false
'(www\.)?hlc-rezidential\.ro': false
'(www\.)?cautainfirmiera\.ro': false
'(www\.)?ltbmagazinsoul\.ro': false
'(www\.)?leagoo-romania\.ro': false
'(www\.)?infotravelbulgaria\.ro': false
'(www\.)?depora\.ro': false
'(www\.)?mesajefrumoase\.ro': false
'(www\.)?laur-food\.ro': false
'(www\.)?meniulzileibrasov\.ro': false
'(www\.)?infofizica\.ro': false
'(www\.)?vent-clima\.ro': false
'(www\.)?ww11\.prolinguaexpert\.ro': false
'(www\.)?ambasador-residence\.ro': false
'(www\.)?petfactor\.ro': false
'(www\.)?cursuri-outlook\.ro': false
'(www\.)?vreau-magazinonline\.ro': false
'(www\.)?telemarcu\.ro': false
'(www\.)?allgsmservice\.ro': false
'(www\.)?microdev\.ro': false
'(www\.)?netnews\.ro': false
'(www\.)?bestcleaningcenter\.ro': false
'(www\.)?baneasa-joyride\.ro': false
'(www\.)?ehremann-osteopatie\.ro': false
'(www\.)?justitie493\.ro': false
'(www\.)?vila-park\.ro': false
'(www\.)?rodicaionescu\.ro': false
'(www\.)?comunitatea-mahala\.ro': false
'(www\.)?rihoro\.ro': false
'(www\.)?infotravelungaria\.ro': false
'(www\.)?montessori-romania\.ro': false
'(www\.)?usagarajhormann\.ro': false
'(www\.)?turism-pausestimaglasi\.ro': false
'(www\.)?bibliotecascolara\.ro': false
'(www\.)?amintiridinromania\.ro': false
'(www\.)?competitionlaw\.ro': false
'(www\.)?hotebucatarie\.ro': false
'(www\.)?servicepst\.ro': false
'(www\.)?cumparare-modern\.cam': false
'(www\.)?dorobu\.ro': false
'(www\.)?iasipaintball\.ro': false
'(www\.)?prodatacons\.ro': false
'(www\.)?reumatologiestoicasimona\.ro': false
'(www\.)?pedorexpert\.ro': false
'(www\.)?marketbistrita\.ro': false
'(www\.)?dezbaterea\.ro': false
'(www\.)?crfpa-mehedinti\.ro': false
'(www\.)?universal-depozit\.cam': false
'(www\.)?pressedflowers\.ro': false
'(www\.)?qrcall\.ro': false
'(www\.)?confortbebe\.ro': false
'(www\.)?sportpentrusanatate\.ro': false
'(www\.)?isera\.ro': false
'(www\.)?culturepub\.ro': false
'(www\.)?anunturi-barlad-online\.ro': false
'(www\.)?brasovul-solidar\.ro': false
'(www\.)?apololighting\.ro': false
'(www\.)?cocostudio\.ro': false
'(www\.)?nostalgiciizborului\.ro': false
'(www\.)?top-mart\.cyou': false
'(www\.)?docartransport\.ro': false
'(www\.)?valizacool\.ro': false
'(www\.)?rokabarbeque\.ro': false
'(www\.)?startupnationromania\.ro': false
'(www\.)?clubulcelebritatilor\.ro': false
'(www\.)?indigo-shop\.ro': false
'(www\.)?apeleaza\.ro': false
'(www\.)?bestseller-stock\.cyou': false
'(www\.)?pastravariabologa\.ro': false
'(www\.)?depozit-mart\.cyou': false
'(www\.)?angro-afacere\.cam': false
'(www\.)?financeone\.ro': false
'(www\.)?concursurilecangurul\.ro': false
'(www\.)?aranjamentenuntaploiesti\.ro': false
'(www\.)?supermarket-magazin\.cam': false
'(www\.)?adidasisupra\.ro': false
'(www\.)?podoabacasei\.ro': false
'(www\.)?share-your-closet\.ro': false
'(www\.)?lumado\.ro': false
'(www\.)?topgadgets\.ro': false
'(www\.)?pnl-opv3\.ro': false
'(www\.)?tusidolo\.ro': false
'(www\.)?magazincompas\.ro': false
'(www\.)?harrogate-sulphur-soap\.ro': false
'(www\.)?fond-maraton\.ro': false
'(www\.)?alumanole\.ro': false
'(www\.)?roataelectrica\.ro': false
'(www\.)?pieseautobv\.ro': false
'(www\.)?99auto\.ro': false
'(www\.)?gazetaolteniei\.ro': false
'(www\.)?elinf\.ro': false
'(www\.)?\.meloritm\.ro': false
'(www\.)?sg12tm\.ro': false
'(www\.)?pensiuneaprigorel\.ro': false
'(www\.)?ww15\.lapusresidence\.ro': false
'(www\.)?centrulsanatatii\.ro': false
'(www\.)?trucurisanatate\.ro': false
'(www\.)?gramaticaengleza\.ro': false
'(www\.)?voteazacufurculita\.ro': false
'(www\.)?shido\.ro': false
'(www\.)?royalpark\.ro': false
'(www\.)?alex-stanciu\.ro': false
'(www\.)?ajutsieu\.ro': false
'(www\.)?datalibera\.ro': false
'(www\.)?maranteck\.ro': false
'(www\.)?universal-ordin\.cyou': false
'(www\.)?freemindtherapy\.ro': false
'(www\.)?1\.concert-trip\.ro': false
'(www\.)?clinicahipocrate2000\.ro': false
'(www\.)?minervaeps\.ro': false
'(www\.)?apaforaj\.ro': false
'(www\.)?geekzone\.ro': false
'(www\.)?priza-butic\.cyou': false
'(www\.)?deltatransilvaniei\.ro': false
'(www\.)?cursuri-dans-copii\.ro': false
'(www\.)?sunnyfood\.ro': false
{% raw %}
checker:
# disable checker when in debug mode
off_when_debug: true
# use "scheduling: false" to disable scheduling
# scheduling: interval or int
# to activate the scheduler:
# * uncomment "scheduling" section
# * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1"
# to your uwsgi.ini
# scheduling:
# start_after: [300, 1800] # delay to start the first run of the checker
# every: [86400, 90000] # how often the checker runs
# additional tests: only for the YAML anchors (see the engines section)
#
additional_tests:
rosebud: &test_rosebud
matrix:
query: rosebud
lang: en
result_container:
- not_empty
- ['one_title_contains', 'citizen kane']
test:
- unique_results
android: &test_android
matrix:
query: ['android']
lang: ['en', 'de', 'fr', 'zh-CN']
result_container:
- not_empty
- ['one_title_contains', 'google']
test:
- unique_results
# tests: only for the YAML anchors (see the engines section)
tests:
infobox: &tests_infobox
infobox:
matrix:
query: ["linux", "new york", "bbc"]
result_container:
- has_infobox
categories_as_tabs:
general:
images:
videos:
news:
map:
music:
it:
science:
files:
social media:
engines:
- name: apk mirror
engine: apkmirror
timeout: 4.0
shortcut: apkm
disabled: true
# Requires Tor
- name: ahmia
disabled: true
engine: ahmia
categories: onions
enable_http: true
shortcut: ah
- name: ArchWiki
engine: archlinux
shortcut: aw
- name: archive is
engine: xpath
disabled: true
search_url: https://archive.is/search/?q={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
shortcut: ai
soft_max_redirects: 1
about:
website: https://archive.is/
wikidata_id: Q13515725
official_api_documentation: https://mementoweb.org/depot/native/archiveis/
use_official_api: false
require_api_key: false
results: HTML
# - name: artic
# engine: artic
# shortcut: arc
# timeout: 4.0
- name: arxiv
engine: arxiv
shortcut: arx
categories: science
timeout: 4.0
# tmp suspended: dh key too small
# - name: base
# engine: base
# shortcut: bs
# - name: bandcamp
# engine: bandcamp
# shortcut: bc
# categories: music
- name: wikipedia
engine: wikipedia
shortcut: wiki
base_url: 'https://{language}.wikipedia.org/'
- name: wikipedia DE
engine: wikipedia
shortcut: wikide
base_url: 'https://de.wikipedia.org/'
- name: wikipedia EN
engine: wikipedia
shortcut: wikien
base_url: 'https://en.wikipedia.org/'
- name: bing
engine: bing
disabled: true
shortcut: bi
- name: bing images
engine: bing_images
shortcut: bii
- name: bing news
engine: bing_news
disabled: true
shortcut: bin
- name: bing videos
engine: bing_videos
disabled: true
shortcut: biv
# - name: bitbucket
# engine: xpath
# paging: true
# search_url: https://bitbucket.org/repo/all/{pageno}?name={query}
# url_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]/@href
# title_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]
# content_xpath: //article[@class="repo-summary"]/p
# categories: [it, repos]
# timeout: 4.0
# disabled: true
# shortcut: bb
# about:
# website: https://bitbucket.org/
# wikidata_id: Q2493781
# official_api_documentation: https://developer.atlassian.com/bitbucket
# use_official_api: false
# require_api_key: false
# results: HTML
# - name: btdigg
# engine: btdigg
# shortcut: bt
- name: ccc-tv
engine: xpath
paging: false
search_url: https://media.ccc.de/search/?q={query}
url_xpath: //div[@class="caption"]/h3/a/@href
title_xpath: //div[@class="caption"]/h3/a/text()
content_xpath: //div[@class="caption"]/h4/@title
categories: videos
shortcut: ccc
about:
website: https://media.ccc.de/
wikidata_id: Q80729951
official_api_documentation: https://github.com/voc/voctoweb
use_official_api: false
require_api_key: false
results: HTML
# We don't set language: de here because media.ccc.de is not just
# for a German audience. It contains many English videos and many
# German videos have English subtitles.
- name: openverse
engine: openverse
categories: images
shortcut: opv
# - name: core.ac.uk
# engine: core
# categories: science
# shortcut: cor
# # get your API key from: https://core.ac.uk/api-keys/register/
# api_key: 'unset'
- name: crossref
engine: json_engine
paging: true
search_url: https://search.crossref.org/dois?q={query}&page={pageno}
url_query: doi
title_query: title
title_html_to_text: true
content_query: fullCitation
content_html_to_text: true
categories: science
shortcut: cr
about:
website: https://www.crossref.org/
wikidata_id: Q5188229
official_api_documentation: https://github.com/CrossRef/rest-api-doc
use_official_api: false
require_api_key: false
results: JSON
# - name: currency
# engine: currency_convert
# categories: general
# shortcut: cc
- name: deezer
engine: deezer
shortcut: dz
- name: deviantart
engine: deviantart
shortcut: da
timeout: 3.0
- name: ddg definitions
engine: duckduckgo_definitions
shortcut: ddd
weight: 2
tests: *tests_infobox
# cloudflare protected
# - name: digbt
# engine: digbt
# shortcut: dbt
# timeout: 6.0
# disabled: true
- name: docker hub
engine: docker_hub
shortcut: dhub
categories: [it, packages]
# - name: erowid
# engine: xpath
# paging: true
# first_page_num: 0
# page_size: 30
# search_url: https://www.erowid.org/search.php?q={query}&s={pageno}
# url_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
# title_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
# content_xpath: //dl[@class="results-list"]/dd[@class="result-details"]
# categories: []
# shortcut: ew
# disabled: true
# about:
# website: https://www.erowid.org/
# wikidata_id: Q1430691
# official_api_documentation:
# use_official_api: false
# require_api_key: false
# results: HTML
# - name: elasticsearch
# shortcut: es
# engine: elasticsearch
# base_url: http://localhost:9200
# username: elastic
# password: changeme
# index: my-index
# # available options: match, simple_query_string, term, terms, custom
# query_type: match
# # if query_type is set to custom, provide your query here
# #custom_query_json: {"query":{"match_all": {}}}
# #show_metadata: false
# disabled: true
- name: wikidata
engine: wikidata
shortcut: wd
timeout: 3.0
weight: 2
tests: *tests_infobox
- name: duckduckgo
engine: duckduckgo
shortcut: ddg
- name: duckduckgo images
engine: duckduckgo_images
shortcut: ddi
timeout: 3.0
disabled: true
- name: tineye
engine: tineye
shortcut: tin
disabled: true
timeout: 9.0
# - name: etymonline
# engine: xpath
# paging: true
# search_url: https://etymonline.com/search?page={pageno}&q={query}
# url_xpath: //a[contains(@class, "word__name--")]/@href
# title_xpath: //a[contains(@class, "word__name--")]
# content_xpath: //section[contains(@class, "word__defination")]
# first_page_num: 1
# shortcut: et
# categories: [dictionaries]
# disabled: false
# about:
# website: https://www.etymonline.com/
# wikidata_id: Q1188617
# official_api_documentation:
# use_official_api: false
# require_api_key: false
# results: HTML
- name: ebay
engine: ebay
shortcut: eb
base_url: 'https://www.ebay.de'
disabled: true
timeout: 5
# - name: 1x
# engine: www1x
# shortcut: 1x
# timeout: 3.0
# disabled: true
- name: fdroid
engine: fdroid
shortcut: fd
- name: flickr
categories: images
shortcut: fl
# You can use the engine using the official stable API, but you need an API
# key, see: https://www.flickr.com/services/apps/create/
# engine: flickr
# api_key: 'apikey' # required!
# Or you can use the html non-stable engine, activated by default
engine: flickr_noapi
- name: free software directory
engine: mediawiki
shortcut: fsd
categories: [it, software wikis]
base_url: https://directory.fsf.org/
number_of_results: 5
# what part of a page matches the query string: title, text, nearmatch
# * title - query matches title
# * text - query matches the text of page
# * nearmatch - nearmatch in title
search_type: title
timeout: 5.0
about:
website: https://directory.fsf.org/
wikidata_id: Q2470288
# - name: freesound
# engine: freesound
# shortcut: fnd
# disabled: true
# timeout: 15.0
# API key required, see: https://freesound.org/docs/api/overview.html
# api_key: MyAPIkey
- name: genius
engine: genius
shortcut: gen
- name: gentoo
engine: gentoo
shortcut: ge
- name: gitlab
engine: json_engine
paging: true
search_url: https://gitlab.com/api/v4/projects?search={query}&page={pageno}
url_query: web_url
title_query: name_with_namespace
content_query: description
page_size: 20
categories: [it, repos]
shortcut: gl
timeout: 10.0
about:
website: https://about.gitlab.com/
wikidata_id: Q16639197
official_api_documentation: https://docs.gitlab.com/ee/api/
use_official_api: false
require_api_key: false
results: JSON
- name: github
engine: github
shortcut: gh
# This a Gitea service. If you would like to use a different instance,
# change codeberg.org to URL of the desired Gitea host. Or you can create a
# new engine by copying this and changing the name, shortcut and search_url.
# - name: codeberg
# engine: json_engine
# search_url: https://codeberg.org/api/v1/repos/search?q={query}&limit=10
# url_query: html_url
# title_query: name
# content_query: description
# categories: [it, repos]
# shortcut: cb
# disabled: true
# about:
# website: https://codeberg.org/
# wikidata_id:
# official_api_documentation: https://try.gitea.io/api/swagger
# use_official_api: false
# require_api_key: false
# results: JSON
- name: google
engine: google
lang: ['en', 'de']
shortcut: g
# see https://docs.searxng.org/src/searx.engines.google.html#module-searx.engines.google
use_mobile_ui: false
# additional_tests:
# android: *test_android
- name: google de
engine: google
disabled: true
shortcut: gde
language: de
# see https://docs.searxng.org/src/searx.engines.google.html#module-searx.engines.google
use_mobile_ui: false
# - name: google italian
# engine: google
# shortcut: goit
# use_mobile_ui: false
# language: it
# - name: google mobile ui
# engine: google
# shortcut: gomui
# use_mobile_ui: true
- name: google images
engine: google_images
shortcut: gimg
# additional_tests:
# android: *test_android
# dali:
# matrix:
# query: ['Dali Christ']
# lang: ['en', 'de', 'fr', 'zh-CN']
# result_container:
# - ['one_title_contains', 'Salvador']
- name: google news
engine: google_news
disabled: true
lang: ['en', 'de']
shortcut: gnews
# additional_tests:
# android: *test_android
# - name: google videos
# engine: google_videos
# shortcut: gov
# # additional_tests:
# # android: *test_android
- name: google scholar
engine: google_scholar
shortcut: gscholar
- name: google play apps
engine: xpath
search_url: https://play.google.com/store/search?q={query}&c=apps
results_xpath: '//div[@class="ImZGtf mpg5gc"]'
title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
content_xpath: './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
categories: [files, apps]
shortcut: gplay
disabled: true
about:
website: https://play.google.com/
wikidata_id: Q79576
official_api_documentation:
use_official_api: false
require_api_key: false
results: HTML
- name: hoogle
engine: xpath
paging: true
search_url: https://hoogle.haskell.org/?hoogle={query}&start={pageno}
results_xpath: '//div[@class="result"]'
title_xpath: './/div[@class="ans"]//a'
url_xpath: './/div[@class="ans"]//a/@href'
content_xpath: './/div[@class="from"]'
page_size: 20
categories: [it, packages]
disabled: true
shortcut: ho
about:
website: https://hoogle.haskell.org/
wikidata_id: Q34010
official_api_documentation: https://hackage.haskell.org/api
use_official_api: false
require_api_key: false
results: JSON
- name: imdb
engine: imdb
shortcut: imdb
timeout: 6.0
disabled: true
- name: invidious
engine: invidious
# Instanes will be selected randomly, see https://api.invidious.io/ for
# instances that are stable (good uptime) and close to you.
base_url:
- https://invidious.snopyta.org
- https://vid.puffyan.us
# - https://invidious.kavin.rocks # Error 1020 // Access denied by Cloudflare
- https://invidio.xamh.de
- https://inv.riverside.rocks
shortcut: iv
timeout: 3.0
disabled: true
- name: library genesis
engine: xpath
search_url: https://libgen.fun/search.php?req={query}
url_xpath: //a[contains(@href,"get.php?md5")]/@href
title_xpath: //a[contains(@href,"book/")]/text()[1]
content_xpath: //td/a[1][contains(@href,"=author")]/text()
categories: files
timeout: 7.0
disabled: true
shortcut: lg
about:
website: https://libgen.fun/
wikidata_id: Q22017206
official_api_documentation:
use_official_api: false
require_api_key: false
results: HTML
- name: z-library
engine: zlibrary
shortcut: zlib
disabled: true
categories: files
timeout: 3.0
# choose base_url, otherwise engine will do it at initialization time
base_url: https://b-ok.cc
# base_url: https://de1lib.org
# base_url: https://booksc.eu # does not have cover preview
# base_url: https://booksc.org # does not have cover preview
- name: library of congress
disabled: true
engine: loc
shortcut: loc
categories: images
- name: lobste.rs
engine: xpath
search_url: https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
results_xpath: //li[contains(@class, "story")]
url_xpath: .//a[@class="u-url"]/@href
title_xpath: .//a[@class="u-url"]
content_xpath: .//a[@class="domain"]
categories: it
shortcut: lo
timeout: 5.0
disabled: true
about:
website: https://lobste.rs/
wikidata_id: Q60762874
official_api_documentation:
use_official_api: false
require_api_key: false
results: HTML
- name: azlyrics
shortcut: lyrics
engine: xpath
timeout: 4.0
disabled: true
categories: [music, lyrics]
paging: true
search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
url_xpath: //td[@class="text-left visitedlyr"]/a/@href
title_xpath: //span/b/text()
content_xpath: //td[@class="text-left visitedlyr"]/a/small
about:
website: https://azlyrics.com
wikidata_id: Q66372542
official_api_documentation:
use_official_api: false
require_api_key: false
results: HTML
- name: mixcloud
engine: mixcloud
shortcut: mc
- name: npm
engine: json_engine
paging: true
first_page_num: 0
search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
results_query: results
url_query: package/links/npm
title_query: package/name
content_query: package/description
page_size: 25
categories: [it, packages]
disabled: true
timeout: 5.0
shortcut: npm
about:
website: https://npms.io/
wikidata_id: Q7067518
official_api_documentation: https://api-docs.npms.io/
use_official_api: false
require_api_key: false
results: JSON
# - name: archlinux man pages
# shortcut: man
# engine: xpath
# timeout: 4.0
# categories: [it]
# paging: false
# search_url: https://man.archlinux.org/search?q={query}&lang={language}
# url_xpath: //ol[@start="1"]/dl/dt/a/@href
# title_xpath: //ol[@start="1"]/dl/dt/a/text()
# content_xpath: //ol[@start="1"]/dl/dd/text()
# about:
# website: https://man.archlinux.org
# official_api_documentation:
# use_official_api: false
# require_api_key: false
# results: HTML
- name: mankier
engine: json_engine
search_url: https://www.mankier.com/api/v2/mans/?q={query}
results_query: results
url_query: url
title_query: name
content_query: description
categories: it
shortcut: man
about:
website: https://www.mankier.com/
official_api_documentation: https://www.mankier.com/api
use_official_api: true
require_api_key: false
results: JSON
- name: openstreetmap
engine: openstreetmap
shortcut: osm
- name: openrepos
engine: xpath
paging: true
search_url: https://openrepos.net/search/node/{query}?page={pageno}
url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
categories: files
timeout: 4.0
disabled: true
shortcut: or
about:
website: https://openrepos.net/
wikidata_id:
official_api_documentation:
use_official_api: false
require_api_key: false
results: HTML
- name: packagist
engine: json_engine
paging: true
search_url: https://packagist.org/search.json?q={query}&page={pageno}
results_query: results
url_query: url
title_query: name
content_query: description
categories: [it, packages]
disabled: true
timeout: 5.0
shortcut: pack
about:
website: https://packagist.org
wikidata_id: Q108311377
official_api_documentation: https://packagist.org/apidoc
use_official_api: true
require_api_key: false
results: JSON
- name: pdbe
engine: pdbe
disabled: true
shortcut: pdb
# Hide obsolete PDB entries. Default is not to hide obsolete structures
# hide_obsolete: false
- name: photon
engine: photon
disabled: true
shortcut: ph
# - name: piratebay
# engine: piratebay
# shortcut: tpb
# # You may need to change this URL to a proxy if piratebay is blocked in your
# # country
# url: https://thepiratebay.org/
# timeout: 3.0
# Required dependency: psychopg2
# - name: postgresql
# engine: postgresql
# database: postgres
# username: postgres
# password: postgres
# limit: 10
# query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
# shortcut : psql
- name: pubmed
engine: pubmed
shortcut: pub
categories: science
timeout: 3.0
- name: pypi
shortcut: pypi
engine: xpath
paging: true
search_url: https://pypi.org/search?q={query}&page={pageno}
results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
url_xpath: ./@href
title_xpath: ./h3/span[@class="package-snippet__name"]
content_xpath: ./p
suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
first_page_num: 1
categories: [it, packages]
about:
website: https://pypi.org
wikidata_id: Q2984686
official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
use_official_api: false
require_api_key: false
results: HTML
- name: qwant
engine: qwant
shortcut: qw
categories: [general, web]
disabled: true
additional_tests:
rosebud: *test_rosebud
- name: qwant news
engine: qwant
shortcut: qwn
categories: news
disabled: true
network: qwant
- name: qwant images
engine: qwant
shortcut: qwi
categories: [images, web]
disabled: false
network: qwant
- name: qwant videos
engine: qwant
shortcut: qwv
categories: [videos, web]
disabled: true
network: qwant
# - name: library
# engine: recoll
# shortcut: lib
# base_url: 'https://recoll.example.org/'
# search_dir: ''
# mount_prefix: /export
# dl_prefix: 'https://download.example.org'
# timeout: 30.0
# categories: files
# disabled: true
# - name: recoll library reference
# engine: recoll
# base_url: 'https://recoll.example.org/'
# search_dir: reference
# mount_prefix: /export
# dl_prefix: 'https://download.example.org'
# shortcut: libr
# timeout: 30.0
# categories: files
# disabled: true
- name: reddit
engine: reddit
shortcut: re
page_size: 25
# Required dependency: redis
# - name: myredis
# shortcut : rds
# engine: redis_server
# exact_match_only: false
# host: '127.0.0.1'
# port: 6379
# enable_http: true
# password: ''
# db: 0
# tmp suspended: bad certificate
# - name: scanr structures
# shortcut: scs
# engine: scanr_structures
# disabled: true
- name: sepiasearch
engine: sepiasearch
shortcut: sep
- name: soundcloud
engine: soundcloud
shortcut: sc
- name: stackoverflow
engine: stackexchange
shortcut: st
api_site: 'stackoverflow'
categories: [it, q&a]
- name: askubuntu
engine: stackexchange
shortcut: ubuntu
api_site: 'askubuntu'
categories: [it, q&a]
- name: superuser
engine: stackexchange
shortcut: su
api_site: 'superuser'
categories: [it, q&a]
- name: searchcode code
engine: searchcode_code
shortcut: scc
disabled: true
- name: framalibre
engine: framalibre
shortcut: frl
disabled: true
- name: semantic scholar
engine: semantic_scholar
disabled: true
shortcut: se
categories: science
# Spotify needs API credentials
# - name: spotify
# engine: spotify
# shortcut: stf
# api_client_id: *******
# api_client_secret: *******
# - name: solr
# engine: solr
# shortcut: slr
# base_url: http://localhost:8983
# collection: collection_name
# sort: '' # sorting: asc or desc
# field_list: '' # comma separated list of field names to display on the UI
# default_fields: '' # default field to query
# query_fields: '' # query fields
# enable_http: true
# - name: springer nature
# engine: springer
# # get your API key from: https://dev.springernature.com/signup
# # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
# api_key: 'unset'
# shortcut: springer
# categories: science
# timeout: 6.0
- name: startpage
engine: startpage
shortcut: sp
timeout: 6.0
disabled: true
additional_tests:
rosebud: *test_rosebud
- name: tokyotoshokan
engine: tokyotoshokan
shortcut: tt
timeout: 6.0
disabled: true
# - name: solidtorrents
# engine: solidtorrents
# shortcut: solid
# timeout: 4.0
# disabled: false
# base_url:
# - https://solidtorrents.net
# - https://solidtorrents.eu
# - https://solidtorrents.to
# - https://bitsearch.to
# For this demo of the sqlite engine download:
# https://liste.mediathekview.de/filmliste-v2.db.bz2
# and unpack into searx/data/filmliste-v2.db
# Query to test: "!demo concert"
#
# - name: demo
# engine: sqlite
# shortcut: demo
# categories: general
# result_template: default.html
# database: searx/data/filmliste-v2.db
# query_str: >-
# SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
# COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
# description AS content
# FROM film
# WHERE title LIKE :wildcard OR description LIKE :wildcard
# ORDER BY duration DESC
# disabled: false
# Requires Tor
# - name: torch
# engine: xpath
# paging: true
# search_url:
# http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
# results_xpath: //table//tr
# url_xpath: ./td[2]/a
# title_xpath: ./td[2]/b
# content_xpath: ./td[2]/small
# categories: onions
# enable_http: true
# shortcut: tch
# torznab engine lets you query any torznab compatible indexer. Using this
# engine in combination with Jackett (https://github.com/Jackett/Jackett)
# opens the possibility to query a lot of public and private indexers directly
# from SearXNG.
# - name: torznab
# engine: torznab
# shortcut: trz
# base_url: http://localhost:9117/api/v2.0/indexers/all/results/torznab
# enable_http: true # if using localhost
# api_key: xxxxxxxxxxxxxxx
# # https://github.com/Jackett/Jackett/wiki/Jackett-Categories
# torznab_categories: # optional
# - 2000
# - 5000
# tmp suspended - too slow, too many errors
- name: urbandictionary
engine: xpath
search_url: https://www.urbandictionary.com/define.php?term={query}
url_xpath: //*[@class="word"]/@href
title_xpath: //*[@class="def-header"]
content_xpath: //*[@class="meaning"]
shortcut: ud
disabled: true
- name: unsplash
engine: unsplash
shortcut: us
- name: yahoo
engine: yahoo
shortcut: yh
disabled: true
- name: yahoo news
engine: yahoo_news
shortcut: yhn
- name: youtube
shortcut: yt
# You can use the engine using the official stable API, but you need an API
# key See: https://console.developers.google.com/project
#
# engine: youtube_api
# api_key: 'apikey' # required!
#
# Or you can use the html non-stable engine, activated by default
engine: youtube_noapi
- name: dailymotion
engine: dailymotion
shortcut: dm
- name: vimeo
engine: vimeo
shortcut: vm
- name: wiby
engine: json_engine
search_url: https://wiby.me/json/?q={query}
url_query: URL
title_query: Title
content_query: Snippet
categories: [general, web]
shortcut: wib
disabled: true
about:
website: https://wiby.me/
- name: alexandria
engine: json_engine
shortcut: alx
categories: general
paging: true
search_url: https://api.alexandria.org/?a=1&q={query}&p={pageno}
results_query: results
title_query: title
url_query: url
content_query: snippet
timeout: 1.5
disabled: true
about:
website: https://alexandria.org/
official_api_documentation: https://github.com/alexandria-org/alexandria-api/raw/master/README.md
use_official_api: true
require_api_key: false
results: JSON
- name: wikibooks
engine: mediawiki
shortcut: wb
categories: general
base_url: "https://{language}.wikibooks.org/"
number_of_results: 5
search_type: text
disabled: true
about:
website: https://www.wikibooks.org/
wikidata_id: Q367
- name: wikinews
engine: mediawiki
shortcut: wn
categories: news
base_url: "https://{language}.wikinews.org/"
number_of_results: 5
search_type: text
disabled: true
about:
website: https://www.wikinews.org/
wikidata_id: Q964
- name: wikiquote
engine: mediawiki
shortcut: wq
categories: general
base_url: "https://{language}.wikiquote.org/"
number_of_results: 5
search_type: text
disabled: true
additional_tests:
rosebud: *test_rosebud
about:
website: https://www.wikiquote.org/
wikidata_id: Q369
- name: wikisource
engine: mediawiki
shortcut: ws
categories: general
base_url: "https://{language}.wikisource.org/"
number_of_results: 5
search_type: text
disabled: true
about:
website: https://www.wikisource.org/
wikidata_id: Q263
- name: wiktionary
engine: mediawiki
shortcut: wt
categories: [dictionaries]
base_url: "https://{language}.wiktionary.org/"
number_of_results: 5
search_type: text
disabled: false
about:
website: https://www.wiktionary.org/
wikidata_id: Q151
- name: wikiversity
engine: mediawiki
shortcut: wv
categories: general
base_url: "https://{language}.wikiversity.org/"
number_of_results: 5
search_type: text
disabled: true
about:
website: https://www.wikiversity.org/
wikidata_id: Q370
- name: wikivoyage
engine: mediawiki
shortcut: wy
categories: general
base_url: "https://{language}.wikivoyage.org/"
number_of_results: 5
search_type: text
disabled: true
about:
website: https://www.wikivoyage.org/
wikidata_id: Q373
- name: wolframalpha
shortcut: wa
# You can use the engine using the official stable API, but you need an API
# key. See: https://products.wolframalpha.com/api/
#
# engine: wolframalpha_api
# api_key: ''
#
# Or you can use the html non-stable engine, activated by default
engine: wolframalpha_noapi
timeout: 6.0
categories: []
- name: dictzone
engine: dictzone
shortcut: dc
- name: mymemory translated
engine: translated
shortcut: tl
timeout: 5.0
disabled: false
# You can use without an API key, but you are limited to 1000 words/day
# See: https://mymemory.translated.net/doc/usagelimits.php
# api_key: ''
# Required dependency: mysql-connector-python
# - name: mysql
# engine: mysql_server
# database: mydatabase
# username: user
# password: pass
# limit: 10
# query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
# shortcut: mysql
# - name: 1337x
# engine: 1337x
# shortcut: 1337x
# disabled: true
- name: duden
engine: duden
shortcut: du
disabled: true
- name: seznam
shortcut: szn
engine: seznam
disabled: true
- name: mojeek
shortcut: mjk
engine: xpath
paging: true
categories: [general, web]
search_url: https://www.mojeek.com/search?q={query}&s={pageno}
results_xpath: //a[@class="ob"]
url_xpath: ./@href
title_xpath: ./..
content_xpath: ../../p[@class="s"]
suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
first_page_num: 0
page_size: 10
disabled: true
about:
website: https://www.mojeek.com/
wikidata_id: Q60747299
official_api_documentation: https://www.mojeek.com/services/api.html/
use_official_api: false
require_api_key: false
results: HTML
- name: rubygems
shortcut: rbg
engine: xpath
paging: true
search_url: https://rubygems.org/search?page={pageno}&query={query}
results_xpath: /html/body/main/div/a[@class="gems__gem"]
url_xpath: ./@href
title_xpath: ./span/h2
content_xpath: ./span/p
suggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/a
first_page_num: 1
categories: [it, packages]
disabled: true
about:
website: https://rubygems.org/
wikidata_id: Q1853420
official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
use_official_api: false
require_api_key: false
results: HTML
- name: mediathekviewweb
engine: mediathekviewweb
shortcut: mvw
disabled: true
# - name: yacy
# engine: yacy
# shortcut: ya
# base_url: 'http://localhost:8090
# required if you aren't using HTTPS for your local yacy instance'
# enable_http: true
# number_of_results: 5
# timeout: 3.0
- name: wordnik
engine: wordnik
shortcut: def
base_url: https://www.wordnik.com/
categories: [dictionaries]
timeout: 5.0
disabled: false
- name: woxikon.de synonyme
engine: xpath
shortcut: woxi
categories: [dictionaries]
timeout: 5.0
disabled: true
search_url: https://synonyme.woxikon.de/synonyme/{query}.php
url_xpath: //div[@class="upper-synonyms"]/a/@href
content_xpath: //div[@class="synonyms-list-group"]
title_xpath: //div[@class="upper-synonyms"]/a
about:
website: https://www.woxikon.de/
wikidata_id: # No Wikidata ID
use_official_api: false
require_api_key: false
results: HTML
language: de
- name: słownik języka polskiego
engine: sjp
shortcut: sjp
base_url: https://sjp.pwn.pl/
timeout: 5.0
disabled: true
# wikimini: online encyclopedia for children
# The fulltext and title parameter is necessary for Wikimini because
# sometimes it will not show the results and redirect instead
- name: wikimini
engine: xpath
shortcut: wkmn
search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
title_xpath: //li//div[@class="mw-search-result-heading"]/a
content_xpath: //li/div[@class="searchresult"]
categories: general
disabled: true
about:
website: https://wikimini.org/
wikidata_id: Q3568032
use_official_api: false
require_api_key: false
results: HTML
language: fr
- name: brave
shortcut: brave
engine: xpath
disabled: true
paging: true
first_page_num: 0
search_url: https://search.brave.com/search?q={query}&offset={pageno}&spellcheck=1
url_xpath: //a[@class="result-header"]/@href
title_xpath: //span[@class="snippet-title"]
content_xpath: //p[1][@class="snippet-description"]
suggestion_xpath: //div[@class="text-gray h6"]/a
categories: [general, web]
about:
website: https://brave.com/search/
wikidata_id: Q107355971
use_official_api: false
require_api_key: false
results: HTML
- name: petalsearch
shortcut: pts
engine: xpath
paging: true
search_url: https://petalsearch.com/search?query={query}&pn={pageno}
results_xpath: //div[@class="webpage-content"]/div[@class="title-cont"]/a
url_xpath: ./@href
title_xpath: .
content_xpath: ../../div[@class="webpage-text"]
suggestion_xpath: //div[@class="related-search-items"]/a
first_page_num: 1
disabled: true
about:
website: https://petalsearch.com/
wikidata_id: Q104399280
use_official_api: false
require_api_key: false
results: HTML
- name: petalsearch images
engine: petal_images
shortcut: ptsi
disabled: true
timeout: 3.0
- name: petalsearch news
shortcut: ptsn
categories: news
engine: xpath
paging: true
search_url: https://petalsearch.com/search?channel=news&query={query}&pn={pageno}
results_xpath: //div[@class="news-container"]/div/div/div/a
url_xpath: ./@href
title_xpath: ./div
content_xpath: ../div[@class="news-text"]
thumbnail_xpath: ../../../../img/@src
first_page_num: 1
disabled: true
about:
website: https://petalsearch.com/
wikidata_id: Q104399280
use_official_api: false
require_api_key: false
results: HTML
# Doku engine lets you access to any Doku wiki instance:
# A public one or a privete/corporate one.
# - name: ubuntuwiki
# engine: doku
# shortcut: uw
# base_url: 'https://doc.ubuntu-fr.org'
# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
# - name: git grep
# engine: command
# command: ['git', 'grep', '{{QUERY}}']
# shortcut: gg
# tokens: []
# disabled: true
# delimiter:
# chars: ':'
# keys: ['filepath', 'code']
# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
# - name: locate
# engine: command
# command: ['locate', '{{QUERY}}']
# shortcut: loc
# tokens: []
# disabled: true
# delimiter:
# chars: ' '
# keys: ['line']
# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
# - name: find
# engine: command
# command: ['find', '.', '-name', '{{QUERY}}']
# query_type: path
# shortcut: fnd
# tokens: []
# disabled: true
# delimiter:
# chars: ' '
# keys: ['line']
# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
# - name: pattern search in files
# engine: command
# command: ['fgrep', '{{QUERY}}']
# shortcut: fgr
# tokens: []
# disabled: true
# delimiter:
# chars: ' '
# keys: ['line']
# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
# - name: regex search in files
# engine: command
# command: ['grep', '{{QUERY}}']
# shortcut: gr
# tokens: []
# disabled: true
# delimiter:
# chars: ' '
# keys: ['line']
doi_resolvers:
oadoi.org: 'https://oadoi.org/'
doi.org: 'https://doi.org/'
doai.io: 'https://dissem.in/'
sci-hub.se: 'https://sci-hub.se/'
sci-hub.do: 'https://sci-hub.do/'
scihubtw.tw: 'https://scihubtw.tw/'
sci-hub.st: 'https://sci-hub.st/'
sci-hub.bar: 'https://sci-hub.bar/'
sci-hub.it.nf: 'https://sci-hub.it.nf/'
default_doi_resolver: 'oadoi.org'
{% endraw %}