You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser c71d214b0c [refactor] deviantart - improve results and clean up source code
Devian's request and response forms has been changed.

- fixed title
- fixed time_range_dict to 'popular-*-***'
- use image from <noscript> if exists
- drop obsolete "http to https, remove domain sharding"
- use query URL https://www.deviantart.com/search/deviations?page=5&q=foo
- add searx/engines/deviantart.py to pylint check (test.pylint)

Error pattern::

    There DEBUG:searx:result: invalid title: {'url': 'https://www.deviantart.com/  ...

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
4 years ago
..
answerers Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 4 years ago
data [mod] add external_urls.json and wikidata_units.json 4 years ago
engines [refactor] deviantart - improve results and clean up source code 4 years ago
plugins [mod] remove unused import 4 years ago
static [mod] separate index and search routes 4 years ago
templates [mod] separate index and search routes 4 years ago
translations [enh] update translations 4 years ago
__init__.py Force admins to set secret_key if debug mode is disabled 4 years ago
autocomplete.py [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename to getQuery and changeQuery 4 years ago
brand.py [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs 4 years ago
exceptions.py Drop Python 2 (3/n): objects 4 years ago
external_bang.py [mod] Add searx.data module 4 years ago
external_urls.py [mod] add external_urls.json and wikidata_units.json 4 years ago
languages.py fetch google's search langs rather than ui langs 4 years ago
poolrequests.py [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl. 4 years ago
preferences.py Let admins lock user preferences 4 years ago
query.py [fix] resolve query_parts regression 4 years ago
results.py [mod] remove unused import 4 years ago
search.py Merge pull request #2292 from kvch/elasticsearch-engine 4 years ago
settings.yml New engine: Elasticsearch 4 years ago
settings_robot.yml Let admins lock user preferences 4 years ago
testing.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
utils.py [mod] remove unused import 4 years ago
version.py [enh] release v0.17.0 4 years ago
webadapter.py [fix] webadapter: fix locked categories 4 years ago
webapp.py [mod] remove unused import 4 years ago
webutils.py Merge pull request #2237 from dalf/mod-engines-init 4 years ago