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]);