summaryrefslogtreecommitdiff
path: root/searx/engines/youtube_api.py
AgeCommit message (Collapse)Author
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-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
2020-12-03[mod] various engines: use eval_xpath* functions and searx.exceptions.*Alexandre Flament
Engine list: ahmia, duckduckgo_images, elasticsearch, google, google_images, google_videos, youtube_api
2020-10-09Propagate error messages from YouTube APINoémi Ványi
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-07-13embedded iframe (youtube, dailymotion, vimeo): use httpsDalf
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796.
2017-12-06remove 'all' option from search languagesmarc
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2015-05-31Adds two engines : Youtube with or without APICqoicebordel
The API needs an API_KEY The NOAPI doesn't have the published dates.