1
0
Fork 0
mirror of synced 2024-05-20 04:22:29 +12:00

Set default searching method to youtube

This commit is contained in:
Phxntxm 2017-07-02 22:19:37 -05:00
parent 0be369fb79
commit ffa1126f01

View file

@ -20,7 +20,7 @@ ytdl_format_options = {
'logtostderr': False,
'quiet': True,
'no_warnings': True,
'default_search': 'auto',
'default_search': 'ytsearch',
'proxy': utils.ytdl_proxy,
'source_address': '0.0.0.0'
}