Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | [mod] dynamically set language_support variable | Alexandre Flament | |
The language_support variable is set to True by default, and set to False in only 5 engines. Except the documentation and the /config URL, this variable is not used. This commit remove the variable definition in the engines, and set value according to supported_languages length: False when the length is 0, True otherwise. Close #2485 | |||
2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
2020-12-07 | [fix] youtube_noapi engine | Alexandre Flament | |
2020-11-14 | [mod] remove unused import | Alexandre 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-10-02 | [mod] move extract_text, extract_url to searx.utils | Alexandre Flament | |
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2020-06-09 | [enh] add length and author details to youtube videos | Adam Tauber | |
closes #775 | |||
2019-07-31 | [fix] youtube_noapi engine: fix the title | Dalf | |
2019-07-13 | embedded iframe (youtube, dailymotion, vimeo): use https | Dalf | |
2019-03-26 | [fix] get youtube results from js object | Marc Abonce Seguin | |
Results are not appearing in the html document anymore, instead they are found inside an object embedded in a script. | |||
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-11 | add year filter to engines with time range support && tests | Noémi Ványi | |
Following engines does not support "Last year": * Bing News * DeviantArt * DuckDuckGo * Yahoo * YouTube (noapi) | |||
2016-11-01 | add time range search for youtube noapi | Noémi Ványi | |
2015-06-04 | youtube_noapi uses searx.utils.list_get | Dalf | |
2015-06-03 | [fix] youtube_noapi : don't crash when there is no content | Dalf | |
2015-05-31 | Adds two engines : Youtube with or without API | Cqoicebordel | |
The API needs an API_KEY The NOAPI doesn't have the published dates. |