Commit Graph

30 Commits (b386a815da6e9c73de05b9fe0777da88e62fd546)

Author SHA1 Message Date
Alexandre Flament 2006eb4680 [mod] move extract_text, extract_url to searx.utils 4 years ago
Dalf 1022228d95 Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
xywei 1d4657b714
Fix relative urls that do not start with '/' 4 years ago
Dalf 85b3723345 [mod] speed optimization
compile XPath only once
avoid redundant call to urlparse
get_locale(webapp.py): avoid useless call to request.accept_languages.best_match
5 years ago
Alexandre Flament f34b5cedb1
[fix] fixes google play engines (#1651)
update commit 87baa74a86
5 years ago
Venca24 87baa74a86 [fix] fixes google play engines and adds thumbnails to their results (#1612)
fix google play apps, google play apps, google play music engines

xpath engine: thumbnail_xpath can define an optional thumbnail
5 years ago
Marc Abonce Seguin 343e555ee9 [fix] append http if no scheme is provided in xpath's extact_url
This solves a bug with Yahoo where some results don't specify
a protocol.
6 years ago
Adam Tauber 1972a044a3 [fix] produce valid urls if scheme is missing 7 years ago
Adam Tauber 52e615dede [enh] py3 compatibility 7 years ago
David A Roberts 7492997c51 [fix] allow empty content 8 years ago
Alexandre Flament 90e1db3e5c [fix] extract_text: use html.tostring instead html_to_text. Fix #711 8 years ago
David A Roberts 1e9dab08e6 [fix] behaviour for page_size>1 and first_page_num>0
eg. pageno=1,21,41,... instead of 20,40,60,...
8 years ago
Kirill Isakov bacc9a3df1 Add paging support to XPath & Erowid engines 8 years ago
Adam Tauber bd22e9a336 [fix] pep8 compatibilty 9 years ago
Cqoicebordel 44c9216c49 Sanitize extract_text 10 years ago
potato 6f535b6fae [fix] error when xpath_results in extraxt_text is _ElementUnicodeResult instead of _ElementStringResult 11 years ago
asciimoo c1d7d30b8e [mod] len() removed from conditions 11 years ago
asciimoo b647244abf [fix] function parameters 11 years ago
asciimoo 3dcb835910 [fix] function parameters 11 years ago
asciimoo fe82637eac [enh] importable url extractor 11 years ago
asciimoo 59eeeaab87 [fix] html tag removal 11 years ago
asciimoo b2492c94f4 [fix] pep/flake8 compatibility 11 years ago
asciimoo 060ea4d2f5 [fix] whitespaces removed 11 years ago
Dalf 3dc3fc7770 [mod][fix] xpath engine simplified, yahoo engine never returns truncated urls 11 years ago
dalf 664c039b38 xpath engine: bug fix 11 years ago
asciimoo e50a72b0e3 [enh] suggestion support for xpath engine 11 years ago
asciimoo 17bf00ee42 [enh] removing result html tags 11 years ago
asciimoo 7965da55a7 [fix] urlparsing fix 11 years ago
asciimoo 5d764f95cf [enh] xpath engine absolute xpath support 11 years ago
asciimoo badd988545 [enh] xpath engine added 11 years ago