cronokirby / alchemy

A discord library for Elixir
MIT License
151 stars 34 forks source link

voice: default to a youtube search if URL is unqualified #41

Closed nhooyr closed 7 years ago

nhooyr commented 7 years ago

If the URL is unqualified, youtube-dl will search youtube and begin downloading the first search item.

cronokirby commented 7 years ago

I don't think this should be the default. the better thing to do would be to let people provide some of these options themselves. There's a lot of conveniance things we can do, but that then lock the functionality out from being general.

nhooyr commented 7 years ago

40 will deal with those cases. This option does not affect anyone unless they intentionally do not pass a URL and instead pass a phrase. I can't see any reason why anyone would not want to use it.