Add Spotify engine

This commit is contained in:
Cqoicebordel 2015-02-20 18:47:56 +01:00
parent 7f7f10bb6f
commit a2a8fbf623
4 changed files with 189 additions and 0 deletions

View file

@ -28,6 +28,7 @@ from searx.tests.engines.test_piratebay import * # noqa
from searx.tests.engines.test_searchcode_code import * # noqa
from searx.tests.engines.test_searchcode_doc import * # noqa
from searx.tests.engines.test_soundcloud import * # noqa
from searx.tests.engines.test_spotify import * # noqa
from searx.tests.engines.test_stackoverflow import * # noqa
from searx.tests.engines.test_startpage import * # noqa
from searx.tests.engines.test_subtitleseeker import * # noqa