mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 08:49:19 +02:00
Adds two engines : Youtube with or without API
The API needs an API_KEY The NOAPI doesn't have the published dates.
This commit is contained in:
parent
aac8d3a7bf
commit
f965c97822
6 changed files with 377 additions and 1 deletions
|
@ -39,4 +39,6 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue