mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 12:26:10 +01:00
Compare commits
2 Commits
c27d1f70da
...
66052e4f74
| Author | SHA1 | Date | |
|---|---|---|---|
| 66052e4f74 | |||
| 09b0d6fd9d |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1311,7 +1311,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lyra"
|
name = "lyra"
|
||||||
version = "0.10.5"
|
version = "0.10.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"json",
|
"json",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lyra"
|
name = "lyra"
|
||||||
version = "0.10.5"
|
version = "0.10.6"
|
||||||
authors = ["Michał Czyż <mike@c2yz.com>"]
|
authors = ["Michał Czyż <mike@c2yz.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A featureful Discord bot written in Rust."
|
description = "A featureful Discord bot written in Rust."
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ async fn parse_data(data: String) -> VecDeque<String> {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
let list = Command::new("yt-dlp")
|
let list = Command::new("yt-dlp")
|
||||||
|
.args(["--username", "oauth2", "--password", "''"])
|
||||||
.args(["-j", "--flat-playlist", track])
|
.args(["-j", "--flat-playlist", track])
|
||||||
.output()
|
.output()
|
||||||
.expect("Failed to execute process")
|
.expect("Failed to execute process")
|
||||||
|
|||||||
Reference in New Issue
Block a user