diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-09-08 22:10:41 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-09-08 22:10:41 +0200 |
| commit | 6bcbd633a591f06d4b60969cec699519f299a4de (patch) | |
| tree | e17a193fb62f47cca88edfb3c0becd629bbcece5 /searx/tests/test_engines.py | |
| parent | 601389b673b1f5c75960570c5ff3322dd41d433c (diff) | |
[fix] remove obsolete youtube engine
Diffstat (limited to 'searx/tests/test_engines.py')
| -rw-r--r-- | searx/tests/test_engines.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index dc062e95f..793b77460 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -40,7 +40,6 @@ from searx.tests.engines.test_www1x import * # noqa from searx.tests.engines.test_www500px import * # noqa from searx.tests.engines.test_yacy import * # noqa from searx.tests.engines.test_yahoo import * # noqa -from searx.tests.engines.test_youtube import * # noqa from searx.tests.engines.test_youtube_api import * # noqa from searx.tests.engines.test_youtube_noapi import * # noqa from searx.tests.engines.test_yahoo_news import * # noqa |