summaryrefslogtreecommitdiff
path: root/searx/engines/youtube_noapi.py
AgeCommit message (Collapse)Author
2019-07-31[fix] youtube_noapi engine: fix the titleDalf
2019-07-13embedded iframe (youtube, dailymotion, vimeo): use httpsDalf
2019-03-26[fix] get youtube results from js objectMarc 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 compatibilityAdam Tauber
2016-12-11add year filter to engines with time range support && testsNoémi Ványi
Following engines does not support "Last year": * Bing News * DeviantArt * DuckDuckGo * Yahoo * YouTube (noapi)
2016-11-01add time range search for youtube noapiNoémi Ványi
2015-06-04youtube_noapi uses searx.utils.list_getDalf
2015-06-03[fix] youtube_noapi : don't crash when there is no contentDalf
2015-05-31Adds two engines : Youtube with or without APICqoicebordel
The API needs an API_KEY The NOAPI doesn't have the published dates.