summaryrefslogtreecommitdiff
path: root/searx/engines/arxiv.py
AgeCommit message (Collapse)Author
2020-11-14[mod] remove unused importAlexandre Flament
use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-10-16[fix] enable paging support for arxiv engineAdam Tauber
2019-08-05[fix] arxiv engineDalf
2017-11-01minor fixes of arxivNoémi Ványi
Closes #1050
2017-11-01[fix] remove .encode for python3 compatibilityjibe-b
2017-11-01[enh] use format to concatenate stringsjibe-b
2017-11-01[add] arxiv enginejibe-b