switch to external downloader; Fixes #1 (hopefully...)
This commit is contained in:
@@ -35,6 +35,7 @@ async fn get_streaming_url(url: String) -> Result<String, Box<dyn std::error::Er
|
||||
return Err(String::from("No 'streams' found").into());
|
||||
};
|
||||
assert_eq!(streams.len(), 1);
|
||||
|
||||
let Some(id) = streams[0]["loopStreamId"].as_str() else {
|
||||
return Err(String::from("No 'loopStreamId' found").into());
|
||||
};
|
||||
|
Reference in New Issue
Block a user