mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-03 20:06: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();
|
||||
|
||||
let list = Command::new("yt-dlp")
|
||||
.args(["--username", "oauth2", "--password", "''"])
|
||||
.args(["-j", "--flat-playlist", track])
|
||||
.output()
|
||||
.expect("Failed to execute process")
|
||||
|
||||
Reference in New Issue
Block a user