1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 17:40:18 +02:00

Merge pull request #114 from kernc/patch-1

Search Music also on YouTube
This commit is contained in:
Adam Tauber 2014-10-13 17:29:45 +02:00
commit 840945f498

View File

@ -13,7 +13,7 @@ from urllib import urlencode
from dateutil import parser from dateutil import parser
# engine dependent config # engine dependent config
categories = ['videos'] categories = ['videos', 'music']
paging = True paging = True
language_support = True language_support = True