This commit is contained in:
Simon
2025-10-03 17:25:47 +00:00
parent 37d11034d8
commit 20d069f01f
5 changed files with 302 additions and 1 deletions

View File

@@ -42,7 +42,6 @@ impl YoujizzProvider {
_ => "/newest-clips",
};
let video_url = format!("{}{}/{}.html", self.url, sort_string, page);
println!("Fetching URL: {}", video_url);
let old_items = match cache.get(&video_url) {
Some((time, items)) => {
if time.elapsed().unwrap_or_default().as_secs() < 60 * 5 {