<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/searx/engines/openverse.py, branch master</title>
<subtitle>Free internet metasearch engine which aggregates results from various search services and databases</subtitle>
<id>https://git.ikboikov.net/searxng/atom?h=master</id>
<link rel='self' href='https://git.ikboikov.net/searxng/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/'/>
<updated>2026-05-25T10:41:31Z</updated>
<entry>
<title>[mod] normalize variable name for the max number of results per request (#6131)</title>
<updated>2026-05-25T10:41:31Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarIT.de</email>
</author>
<published>2026-05-25T10:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=efc305b7f98399da2acc8596a496ad408c704d7b'/>
<id>urn:sha1:efc305b7f98399da2acc8596a496ad408c704d7b</id>
<content type='text'>
[mod] normalize variable name for the max number of results per request

In the past, we have used different names for the variable that specifies the
maximum number of hits in the outgoing request.

- ``page_size``
- ``number_of_results``
- ``nb_per_page``

Since *page_size* is the most accurate term and is also used in the XPath
engines, all other engines are adjusted accordingly within this
patch .. documentation adjusted accordingly.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;</content>
</entry>
<entry>
<title>[upd] pypi: Bump black from 24.3.0 to 25.9.0 (#5251)</title>
<updated>2025-09-26T10:35:57Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarIT.de</email>
</author>
<published>2025-09-26T10:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=81cbe0befe993b57b7daee2643e6016586262436'/>
<id>urn:sha1:81cbe0befe993b57b7daee2643e6016586262436</id>
<content type='text'>
In 25.1.0 [2] an old bug has been fixed: "Docstring formatting does not apply to
module docstrings" [3].

[1] https://github.com/psf/black/blob/main/CHANGES.md#2590
[2] https://github.com/psf/black/blob/main/CHANGES.md#2510
[3] https://github.com/psf/black/issues/4094

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;</content>
</entry>
<entry>
<title>[fix] openverse: update API and website URL (#4275)</title>
<updated>2025-02-02T21:12:24Z</updated>
<author>
<name>XLion</name>
<email>baby20030720@gmail.com</email>
</author>
<published>2025-02-02T21:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=ab1e895cc03df639e8a7bee28f23fb06bfa3125a'/>
<id>urn:sha1:ab1e895cc03df639e8a7bee28f23fb06bfa3125a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[fix] ccengine engine - avoid unwanted redirects</title>
<updated>2022-01-07T13:14:31Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2022-01-07T13:08:19Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=4fc5e5299c06a942d3650f2e45ac0a11b51d917e'/>
<id>urn:sha1:4fc5e5299c06a942d3650f2e45ac0a11b51d917e</id>
<content type='text'>
api.openverse.engineering is a little picky and wants to have a trailing slash
in the path:

    /v1/images? --&gt;/ v1/images/?

otherwise it redirects, here is the debug log:

    DEBUG   searx.network.openverse       : HTTP Request: GET https://api.openverse.engineering/v1/images?&amp;page=1&amp;page_size=20&amp;format=json&amp;q=foo "HTTP/2 301 Moved Permanently" (text/html; charset=utf-8)
    DEBUG   searx.network.openverse       : HTTP Request: GET https://api.openverse.engineering/v1/images/?&amp;page=1&amp;page_size=20&amp;format=json&amp;q=foo "HTTP/2 200 OK" (application/json)
    WARNING searx.engines.openverse       : ErrorContext('searx/search/processors/online.py', 105, 'count_error(', None, '1 redirects, maximum: 0', ('200', 'OK', 'api.openverse.engineering')) True

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
</entry>
<entry>
<title>[fix] Rename ccengine engine to openverse</title>
<updated>2022-01-07T12:06:05Z</updated>
<author>
<name>Léon Tiekötter</name>
<email>leon@tiekoetter.com</email>
</author>
<published>2022-01-07T12:06:05Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=37baf46ecee32a5c541ec267e7d534f41c96d97c'/>
<id>urn:sha1:37baf46ecee32a5c541ec267e7d534f41c96d97c</id>
<content type='text'>
The CC engine was merged with WordPress and renamed to Openverse

Source: https://wordpress.org/news/2021/05/welcome-to-openverse/
</content>
</entry>
</feed>
