<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/searx/engines/lemmy.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-07-13T15:46:56Z</updated>
<entry>
<title>[refactor] engines: use datetime.fromisoformat instead of datetime.strptime where possible (#6394)</title>
<updated>2026-07-13T15:46:56Z</updated>
<author>
<name>Onev</name>
<email>163619945+OneVth@users.noreply.github.com</email>
</author>
<published>2026-07-13T15:46:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=9e25585aecd9f6ab1fdf30922da64fd91eb25425'/>
<id>urn:sha1:9e25585aecd9f6ab1fdf30922da64fd91eb25425</id>
<content type='text'>
Refactor engines that parse ISO 8601 dates with strptime to use
fromisoformat instead. In most cases this is a direct replacement of
strptime(text, "format") with fromisoformat(text).

For engines where the source has a trailing "Z" that strptime consumed
as a literal (e.g. "%Y-%m-%dT%H:%M:%S.%fZ" in huggingface.py), add
rstrip("Z") to keep the output naive and preserve the existing behavior.

In sogou.py the date is extracted with a regular expression, which can
yield strings like "2026-7-11". strptime accepts this via its format
string, but fromisoformat does not. To preserve the existing behavior
and satisfy the format fromisoformat expects, add zero-padding for the
month and day.

Closes: #6098
---------
Signed-off-by: OneVth &lt;onebrotravel@gmail.com&gt;</content>
</entry>
<entry>
<title>[fix] various issues in the documentation</title>
<updated>2025-02-26T06:15:39Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2025-02-23T14:00:38Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=2e0abc931057a8e0189b53f6501769fe26fd0bbc'/>
<id>urn:sha1:2e0abc931057a8e0189b53f6501769fe26fd0bbc</id>
<content type='text'>
Closes: https://github.com/searxng/searxng/issues/4370
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
</entry>
<entry>
<title>[mod] simple theme: drop img_src from default results</title>
<updated>2024-05-16T05:30:38Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2024-05-12T15:52:52Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=916739d6b41957c3f277dea7c1429488560a3784'/>
<id>urn:sha1:916739d6b41957c3f277dea7c1429488560a3784</id>
<content type='text'>
The use of img_src AND thumbnail in the default results makes no sense (only a
thumbnail is needed).  In the current state this is rather confusing, because
img_src is displayed like a thumbnail (small) and thumbnail is displayed like an
image (large).

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
</entry>
<entry>
<title>[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION</title>
<updated>2024-03-11T13:55:38Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2024-03-11T06:45:08Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=8205f170ff983e5240d32dc17d7fdb526ebe5fe7'/>
<id>urn:sha1:8205f170ff983e5240d32dc17d7fdb526ebe5fe7</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
</entry>
<entry>
<title>[mod] utils.py: add markdown_to_text helper function</title>
<updated>2023-09-08T09:47:13Z</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2023-09-08T06:40:22Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=a3d7e9c285d8c5947c9cb67b1587e7732ac4bc90'/>
<id>urn:sha1:a3d7e9c285d8c5947c9cb67b1587e7732ac4bc90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[mod] engine lemmy: increase thumbnail quality to align with theme</title>
<updated>2023-08-10T10:58:40Z</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2023-08-10T09:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=834e1c3f12f8f23956ecf8a230a0660ebc4827f2'/>
<id>urn:sha1:834e1c3f12f8f23956ecf8a230a0660ebc4827f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[mod] settings: remove lemmy from categ 'general' &amp; enable by default</title>
<updated>2023-08-10T10:58:40Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2023-08-09T17:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=c381fc001f9275c982807180c8e69ac6c100b865'/>
<id>urn:sha1:c381fc001f9275c982807180c8e69ac6c100b865</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
</entry>
<entry>
<title>[mod] engine lemmy: add more info fields to the result items</title>
<updated>2023-08-10T10:58:40Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2023-08-09T17:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=fda111c0c918a4a6869171373055a4fc71649c71'/>
<id>urn:sha1:fda111c0c918a4a6869171373055a4fc71649c71</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
</entry>
<entry>
<title>[feat] engine: support for lemmy communities, posts, comments and users</title>
<updated>2023-08-10T10:58:40Z</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2023-08-07T11:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=224f2250ae5dfc2adc018a7fec0c3fa9fd7aab67'/>
<id>urn:sha1:224f2250ae5dfc2adc018a7fec0c3fa9fd7aab67</id>
<content type='text'>
</content>
</entry>
</feed>
