delete hentaihavem (not possible) + bugfix on rule34video

This commit is contained in:
Simon
2025-08-18 10:03:29 +00:00
parent f7a836c353
commit 0f2983ca15
4 changed files with 37 additions and 346 deletions

View File

@@ -140,7 +140,7 @@ impl Rule34videoProvider {
let index = format!("rule34video:{}:{}:{}", page, sort, query);
let url = format!("{}/search/{}/?mode=async&function=get_block&block_id=custom_list_videos_videos_list_search&tag_ids=&sort_by={}&from_videos={}&from_albums={}&_={}", self.url, query, sort, page, page, timestamp_millis);
let url = format!("{}/search/{}/?mode=async&function=get_block&block_id=custom_list_videos_videos_list_search&tag_ids=&sort_by={}&from_videos={}&from_albums={}&_={}", self.url, query.replace(" ","-"), sort, page, page, timestamp_millis);
// Check our Video Cache. If the result is younger than 1 hour, we return it.
let old_items = match cache.get(&index) {