load stars fix
This commit is contained in:
@@ -86,7 +86,7 @@ impl OmgxxxProvider {
|
|||||||
loop {
|
loop {
|
||||||
page += 1;
|
page += 1;
|
||||||
let text = requester
|
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
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
if text.contains("404 Not Found") || text.is_empty() {
|
if text.contains("404 Not Found") || text.is_empty() {
|
||||||
|
|||||||
Reference in New Issue
Block a user