1
0
mirror of https://github.com/searx/searx synced 2025-01-31 18:34:48 +01:00
Dalf 6e0285b2db [fix] wikidata engine: faster processing, remove one HTTP redirection.
* Search URL is https://www.wikidata.org/w/index.php?{query}&ns0=1 (with ns0=1 at the end to avoid an HTTP redirection)
* url_detail: remove the disabletidy=1 deprecated parameter
* Add eval_xpath function: compile once for all xpath.
* Add get_id_cache: retrieve all HTML with an id, avoid the slow to procress dynamic xpath '//div[@id="{propertyid}"]'.replace('{propertyid}')
* Create an etree.HTMLParser() instead of using the global one (see #1575)
2019-07-29 07:39:39 +02:00
..
2017-11-01 17:02:38 +01:00
2017-11-01 14:22:22 +01:00
2017-11-01 17:02:38 +01:00
2019-07-27 17:49:30 +02:00
2018-04-23 12:55:25 +03:00
2016-12-09 19:11:22 +01:00
2017-05-15 12:02:30 +02:00
2016-04-04 13:38:57 +02:00
2019-07-25 08:17:45 +02:00
2016-03-27 03:50:44 +06:00
2016-12-09 19:11:22 +01:00
2017-03-22 00:18:23 +01:00
2017-05-15 12:02:30 +02:00
2017-08-21 11:45:23 -05:00
2019-01-04 16:04:05 +01:00
2016-07-11 23:53:13 +07:00
2017-08-31 21:32:30 +02:00
2017-12-01 20:58:40 +01:00
2018-05-21 18:15:49 +02:00
2017-05-15 12:02:30 +02:00
2016-12-09 19:11:22 +01:00
2017-05-15 12:02:30 +02:00
2019-01-07 21:28:58 +01:00