This commit is contained in:
Simon
2026-01-03 23:51:19 +00:00
parent 4a7528c516
commit c0368b2876
2 changed files with 10 additions and 5 deletions

View File

@@ -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(|| {