This commit is contained in:
Simon
2025-07-13 12:46:49 +00:00
parent 6df8b3e857
commit 0d3e0170d4

View File

@@ -347,8 +347,7 @@ async fn videos_post(
task::spawn_local(async move {
if let AnyProvider::Spankbang(_) = provider_clone {
// Spankbang has a delay for the next page
let delay = time::Duration::from_secs(80);
ntex::time::sleep(ntex::time::Seconds(delay)).await;
ntex::time::sleep(ntex::time::Seconds(80)).await;
}
let _ = provider_clone
.get_videos(