fixed bug on rule34video
This commit is contained in:
@@ -140,7 +140,7 @@ impl Rule34videoProvider {
|
|||||||
|
|
||||||
let index = format!("rule34video:{}:{}:{}", page, sort, query);
|
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={}&_={}", self.url, query, sort, 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, sort, page, page, timestamp_millis);
|
||||||
|
|
||||||
// Check our Video Cache. If the result is younger than 1 hour, we return it.
|
// Check our Video Cache. If the result is younger than 1 hour, we return it.
|
||||||
let old_items = match cache.get(&index) {
|
let old_items = match cache.get(&index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user