removed debug print

This commit is contained in:
Simon
2026-02-15 08:39:05 +00:00
parent 27b87d52d5
commit 18b4afddcc

View File

@@ -267,7 +267,6 @@ impl PimpbunnyProvider {
vec![]
}
};
println!("pimpbunny: fetching url: {}", video_url);
let mut requester = options.requester.clone().unwrap();
let text = requester.get(&video_url, Some(Version::HTTP_11)).await.unwrap();
let video_items: Vec<VideoItem> = self