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