<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/searx/engines/bilibili.py, branch custom</title>
<subtitle>Free internet metasearch engine which aggregates results from various search services and databases</subtitle>
<id>https://git.ikboikov.net/searxng/atom?h=custom</id>
<link rel='self' href='https://git.ikboikov.net/searxng/atom?h=custom'/>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/'/>
<updated>2026-07-30T12:54:39Z</updated>
<entry>
<title>[mod] engines: replace [random.choice(...) for ... in range(..)] with random.choices</title>
<updated>2026-07-30T12:54:39Z</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2026-07-29T15:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=a449518ed410407e9bebefcf45efca50a880d722'/>
<id>urn:sha1:a449518ed410407e9bebefcf45efca50a880d722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[feat] bilibili engine: add time range support</title>
<updated>2026-06-29T17:53:20Z</updated>
<author>
<name>Hu Butui</name>
<email>hot123tea123@gmail.com</email>
</author>
<published>2026-06-26T01:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=8c4df4cf3facd70d11888007ed01ee187db2e083'/>
<id>urn:sha1:8c4df4cf3facd70d11888007ed01ee187db2e083</id>
<content type='text'>
Signed-off-by: Hu Butui &lt;hot123tea123@gmail.com&gt;
</content>
</entry>
<entry>
<title>[fix] bilibili engine: fix Referer and add Accept HTTP header (#6189)</title>
<updated>2026-06-02T04:06:31Z</updated>
<author>
<name>Austin-Olacsi</name>
<email>138650713+Austin-Olacsi@users.noreply.github.com</email>
</author>
<published>2026-06-02T04:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=e964708c004102ef20f9c80450169cd1a2d53f2c'/>
<id>urn:sha1:e964708c004102ef20f9c80450169cd1a2d53f2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[fix] bilibili engine: send referer header</title>
<updated>2025-12-29T13:59:08Z</updated>
<author>
<name>Austin-Olacsi</name>
<email>138650713+Austin-Olacsi@users.noreply.github.com</email>
</author>
<published>2025-12-28T09:26:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=3baf5c38fce92ad9dcb357ce1bd8074a3bf62c1b'/>
<id>urn:sha1:3baf5c38fce92ad9dcb357ce1bd8074a3bf62c1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[refactor] duration strings: move parsing logic to utils.py</title>
<updated>2025-03-25T15:48:44Z</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2025-03-20T20:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=4dfc47584d7c946b9682dc1e4858fae003b16d1f'/>
<id>urn:sha1:4dfc47584d7c946b9682dc1e4858fae003b16d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[chore] engines: replace datetime.utcfromtimestamp with datetime.fromtimestamp</title>
<updated>2025-02-07T16:19:00Z</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2025-02-05T13:35:02Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=28ead13eb95a8d852b27436733c8272e7f67dea7'/>
<id>urn:sha1:28ead13eb95a8d852b27436733c8272e7f67dea7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[fix] bilibili engine - ValueError in duration &amp; HTML in title</title>
<updated>2024-09-06T05:13:47Z</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2024-09-06T04:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=9eda4044bebc3c23f7d803caca5e6a763ef92712'/>
<id>urn:sha1:9eda4044bebc3c23f7d803caca5e6a763ef92712</id>
<content type='text'>
- ValueError in duration: issue reported in #3799
- HTML in title: related to #3770

[#3799] https://github.com/searxng/searxng/issues/3799
[#3770] https://github.com/searxng/searxng/pull/3770

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>[fix] bilibili new api used</title>
<updated>2023-09-28T06:24:51Z</updated>
<author>
<name>Jinyuan Huang</name>
<email>88757735+BernieHuang2008@users.noreply.github.com</email>
</author>
<published>2023-09-28T05:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=ae28d429c9647dabb0402c2ee10b1bf044211948'/>
<id>urn:sha1:ae28d429c9647dabb0402c2ee10b1bf044211948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[feat] engine: implementation of bilibili https://www.bilibili.com</title>
<updated>2023-09-05T20:53:03Z</updated>
<author>
<name>Hackurei</name>
<email>138650713+Hackurei@users.noreply.github.com</email>
</author>
<published>2023-09-05T17:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/searxng/commit/?id=1f21ac7d6272f934ff717512698f64dfb4640df1'/>
<id>urn:sha1:1f21ac7d6272f934ff717512698f64dfb4640df1</id>
<content type='text'>
</content>
</entry>
</feed>
