bugfixes
This commit is contained in:
@@ -321,7 +321,7 @@ impl SxyprnProvider {
|
||||
.and_then(|s| s.split('\'').next())
|
||||
.map(|u| u.to_string())
|
||||
})
|
||||
.filter(|url| url.starts_with("http") || !url.starts_with("https://lulustream."))
|
||||
.filter(|url| url.starts_with("https://lulustream."))
|
||||
.collect::<Vec<String>>();
|
||||
|
||||
let video_item_url = stream_urls.first().cloned().unwrap_or_else(|| {
|
||||
|
||||
Reference in New Issue
Block a user