mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 04:16:11 +01:00
fix: yt-dlp errors for playlist parsing
This commit is contained in:
@@ -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