forked from Ponysearch/Ponysearch
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:
parent
b0bb94fd37
commit
e1b76c6811
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue