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
1 changed files with 1 additions and 1 deletions

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