1
0
mirror of https://github.com/searx/searx synced 2025-01-28 00:39:18 +01:00

Search Music also on YouTube

YouTube hosts a lot of music and should be enabled for Music search by default.
This commit is contained in:
kernc 2014-10-13 14:51:15 +02:00
parent b0bb94fd37
commit e1b76c6811

View File

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