load stars fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user