removed debug print
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user