diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-05-31 21:10:23 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-07-05 13:45:19 +0200 |
| commit | 6ff40356352e9f5b9c7f9c5d58ac2fc787455036 (patch) | |
| tree | f26a828798c518b449edc053736dedd402a50b64 /searx/settings.yml | |
| parent | 5926d737e3c93fcaafd806c013b207a2d1813b0b (diff) | |
[feat] engines: add pixabay for royalty free images/videos
What's changed?
- this PR adds Pixabay, a collection of royalty free images
- additionaly it seems to have some videos, so there's an engine for it too
Author Notes
- when using SearXNG's transport, all our requests will get blocked, probably due to fingerprinting
- we should find an alternative solution because this is just a hacky change to make things work for now, but idk how ...
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b530ca90d..cb7504efe 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1583,6 +1583,20 @@ engines: url: https://thepiratebay.org/ timeout: 3.0 + - name: pixabay images + engine: pixabay + pixabay_type: images + categories: images + shortcut: pixi + disabled: true + + - name: pixabay videos + engine: pixabay + pixabay_type: videos + categories: videos + shortcut: pixv + disabled: true + - name: pixiv shortcut: pv engine: pixiv |