From 9330a072eb91921d9eb5eeb8bc5414dc2c357978 Mon Sep 17 00:00:00 2001 From: Austin-Olacsi <138650713+Austin-Olacsi@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:04:45 -0700 Subject: [feat] engine: implementation of pixiv --- searx/settings.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index f265f70c3..481f8bd20 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1356,6 +1356,31 @@ engines: url: https://thepiratebay.org/ timeout: 3.0 + - name: pixiv + shortcut: pv + engine: pixiv + disabled: true + inactive: true + pixiv_image_proxies: + - pximg.example.org + # A proxy is required to load the images. Hosting an image proxy server + # for Pixiv: + # --> https://codeberg.org/VnPower/PixivFE/wiki/Hosting-an-image-proxy-server-for-Pixiv + # Proxies from public instances. Ask the public instances owners if they + # agree to receive traffic from SearXNG! + # --> https://codeberg.org/VnPower/PixivFE#instances + # --> https://github.com/searxng/searxng/pull/3192#issuecomment-1941095047 + # image proxy of https://pixiv.cat + # - https://i.pixiv.cat + # image proxy of https://www.pixiv.pics + # - https://pximg.cocomi.eu.org + # image proxy of https://pixivfe.exozy.me + # - https://pximg.exozy.me + # image proxy of https://pixivfe.ducks.party + # - https://pixiv.ducks.party + # image proxy of https://pixiv.perennialte.ch + # - https://pximg.perennialte.ch + - name: podcastindex engine: podcastindex shortcut: podcast -- cgit v1.2.3