From 00f693ee9b9c53122ed645096e0435174638deed Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 11 May 2026 15:01:54 +0000 Subject: [PATCH] sxyprn exclude doodstream until fixed --- src/providers/sxyprn.rs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/providers/sxyprn.rs b/src/providers/sxyprn.rs index 369895b..9f244e9 100644 --- a/src/providers/sxyprn.rs +++ b/src/providers/sxyprn.rs @@ -486,19 +486,19 @@ impl SxyprnProvider { .format_note(sxyprn_url.split("/").nth(4).unwrap_or("sxyprn").to_string()), ); - let doodstream_urls: Vec = title_links - .iter() - .filter(|url| proxy_name_for_url(url).as_deref() == Some("doodstream")) - .map(|url| rewrite_hoster_url(options, url)) - .collect(); + // let doodstream_urls: Vec = title_links + // .iter() + // .filter(|url| proxy_name_for_url(url).as_deref() == Some("doodstream")) + // .map(|url| rewrite_hoster_url(options, url)) + // .collect(); - for dood_url in doodstream_urls { - formats.push( - VideoFormat::m3u8(dood_url.clone(), "auto".to_string(), "m3u8".to_string()) - .format_note("doodstream".to_string()) - .format_id("doodstream".to_string()), - ); - } + // for dood_url in doodstream_urls { + // formats.push( + // VideoFormat::m3u8(dood_url.clone(), "auto".to_string(), "m3u8".to_string()) + // .format_note("doodstream".to_string()) + // .format_id("doodstream".to_string()), + // ); + // } // let lulustream_urls: Vec = title_links // .iter()