load stars fix

This commit is contained in:
Simon
2025-10-04 18:19:44 +00:00
parent b2a07b0392
commit 0662512ebf

View File

@@ -86,7 +86,7 @@ impl OmgxxxProvider {
loop {
page += 1;
let text = requester
.get(format!("{}/models/{}/?gender_id=0", &base_url, page).as_str())
.get(format!("{}/models/total-videos/{}/?gender_id=0", &base_url, page).as_str())
.await
.unwrap();
if text.contains("404 Not Found") || text.is_empty() {