From 60e3db9a8ed6938df4a15bed82736578e46a861c Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 15 Aug 2025 18:59:45 +0000 Subject: [PATCH] removed prints --- src/providers/homoxxx.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/providers/homoxxx.rs b/src/providers/homoxxx.rs index 97761cf..c65a4bc 100644 --- a/src/providers/homoxxx.rs +++ b/src/providers/homoxxx.rs @@ -196,10 +196,10 @@ impl HomoxxxProvider { .collect::>()[1..] .to_vec(); for video_segment in &raw_videos { - let vid = video_segment.split("\n").collect::>(); - for (index, line) in vid.iter().enumerate() { - println!("Line {}: {}", index, line); - } + // let vid = video_segment.split("\n").collect::>(); + // for (index, line) in vid.iter().enumerate() { + // println!("Line {}: {}", index, line); + // } let video_url: String = video_segment.split(">()[1] .split("\"") .collect::>()[0].to_string();