Offer youtube-dlc as an alternative to youtube-dl (#1)

* Adds youtube-dlc feature.
This commit is contained in:
( ͡° ͜ʖ ͡°)
2020-11-13 17:27:28 -05:00
committed by GitHub
parent a9f8d6c93a
commit 6702520b7c
2 changed files with 8 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ driver = [
"url",
"xsalsa20poly1305",
]
youtube-dlc = []
rustls = ["async-tungstenite/tokio-rustls"]
native = ["async-tungstenite/tokio-native-tls"]
serenity-rustls = ["serenity/rustls_backend", "rustls", "gateway", "serenity-deps"]