omgxxx bugfix
This commit is contained in:
@@ -397,7 +397,8 @@ impl OmgxxxProvider {
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
let video_url = format!("{}/{}/{}/{}/", self.url, search_type, search_string, page);
|
||||
let mut video_url = format!("{}/{}/{}/{}/", self.url, search_type, search_string, page);
|
||||
video_url = video_url.replace(" ", "+");
|
||||
// Check our Video Cache. If the result is younger than 1 hour, we return it.
|
||||
let old_items = match cache.get(&video_url) {
|
||||
Some((time, items)) => {
|
||||
|
||||
Reference in New Issue
Block a user