ignore doodstream.com

This commit is contained in:
Simon
2025-12-22 12:25:09 +00:00
parent 6536fb13b3
commit 11c8c1a48f

View File

@@ -264,7 +264,7 @@ impl SxyprnProvider {
.to_string(); .to_string();
url url
}) })
.filter(|url| url.starts_with("http") && !url.starts_with("https://bigwarp.io/")) .filter(|url| url.starts_with("http") && !url.starts_with("https://bigwarp.io/") && !url.starts_with("https://doodstream.com/"))
.collect::<Vec<String>>(); .collect::<Vec<String>>();
let video_item_url = match stream_urls.first() { let video_item_url = match stream_urls.first() {
Some(u) => u.clone(), Some(u) => u.clone(),