summaryrefslogtreecommitdiff
path: root/searx/engines/invidious.py
AgeCommit message (Collapse)Author
2021-09-04[fix] Update about section of InvidiousAllen
Another website and new documentation
2021-02-01[mod] dynamically set language_support variableAlexandre 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-16Merge pull request #2451 from mrwormo/invidious-engineAlexandre Flament
[Fix] Invidious Engine
2021-01-14[enh] engines: add about variableAlexandre Flament
move meta information from comment to the about variable so the preferences, the documentation can show these information
2021-01-14[fix] Invidious engine by enabling requests by randomly picking amongst ↵mrwormo
working instances
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-08-02include length in invidious resultsMichael Ilsaas
2020-08-02include author in invidious resultsMichael Ilsaas
2019-08-02[enh] add invidious engine. (#1657)cy8aer
closes #1372