From ee8abaed8d8ca6c42b4428a5bff97942e40a789a Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 19 Aug 2025 10:45:03 +0000 Subject: [PATCH] removed debug print --- src/providers/hentaimoon.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/providers/hentaimoon.rs b/src/providers/hentaimoon.rs index 6c3bbea..526b3f7 100644 --- a/src/providers/hentaimoon.rs +++ b/src/providers/hentaimoon.rs @@ -199,10 +199,10 @@ impl HentaimoonProvider { .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 = format!("{}{}", self.url, video_segment.split(">()[1] .split("\"") .collect::>()[0]);