more blacklisting

This commit is contained in:
Simon
2025-12-27 10:25:00 +00:00
parent f1eb3c236b
commit 27bb3daec4

View File

@@ -281,6 +281,7 @@ impl SxyprnProvider {
&& !url.starts_with("https://strmup.") && !url.starts_with("https://strmup.")
&& !url.starts_with("https://streamtape.com/") && !url.starts_with("https://streamtape.com/")
&& !url.starts_with("https://streamvid.net/") && !url.starts_with("https://streamvid.net/")
&& !url.starts_with("https://vtbe.")
}) })
.collect::<Vec<String>>(); .collect::<Vec<String>>();
let video_item_url = match stream_urls.first() { let video_item_url = match stream_urls.first() {