Markus Heiser
|
3d96a9839a
|
[format.python] initial formatting of the python code
This patch was generated by black [1]::
make format.python
[1] https://github.com/psf/black
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2021-12-27 09:26:22 +01:00 |
Alexandre Flament
|
a4dcfa025c
|
[enh] engines: add about variable
move meta information from comment to the about variable
so the preferences, the documentation can show these information
|
2021-01-14 20:57:17 +01:00 |
Alexandre Flament
|
2006eb4680
|
[mod] move extract_text, extract_url to searx.utils
|
2020-10-02 18:13:56 +02:00 |
Dalf
|
1022228d95
|
Drop Python 2 (1/n): remove unicode string and url_utils
|
2020-09-10 10:39:04 +02:00 |
lorddavidiii
|
5e5ff0cbf8
|
webapp.py: use html.escape if cgi.escape is not available
- cgi.escape was removed in python 3.8
- also use html.escape in framalibre.py
|
2019-11-16 21:58:25 +01:00 |
Dalf
|
c233bf0df9
|
[fix] framalibre : remove result['thumbnail'] (not used)
|
2017-05-15 17:28:21 +02:00 |
Adam Tauber
|
52e615dede
|
[enh] py3 compatibility
|
2017-05-15 12:02:30 +02:00 |
François Revol
|
45d15bd6f0
|
Add framalibre engine
framalibre.org is a catalogue of Free Software, edited by Framasoft.
For now we pass the thumbnail as img_src as it doesn't seem to be used
for IT...
|
2017-03-22 00:18:23 +01:00 |