[enh] implement swisscows engine, FIX #347

TODO: implement image engine
This commit is contained in:
Thomas Pointhuber 2015-06-01 09:15:50 +02:00
parent aac8d3a7bf
commit d923b2a420
4 changed files with 195 additions and 0 deletions

View file

@ -32,6 +32,7 @@ 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
from searx.tests.engines.test_swisscows import * # noqa
from searx.tests.engines.test_twitter import * # noqa
from searx.tests.engines.test_vimeo import * # noqa
from searx.tests.engines.test_www1x import * # noqa