From 3f98a9eecbe9680042bba9f87c59babf388f16f3 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 19 Sep 2025 19:05:58 +0000 Subject: [PATCH] bugfixes --- src/providers/paradisehill.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/paradisehill.rs b/src/providers/paradisehill.rs index 074b354..8a603e6 100644 --- a/src/providers/paradisehill.rs +++ b/src/providers/paradisehill.rs @@ -166,7 +166,6 @@ impl ParadisehillProvider { .collect::>()[1..].to_vec(); let mut formats = vec![]; for url in video_urls { - println!("{}", url); let video_url = url .split("\"") .collect::>()[0]