ignore doodstream.com
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user