edited api status
This commit is contained in:
@@ -250,7 +250,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
});
|
||||
status.add_channel(Channel {
|
||||
id: "spankbang".to_string(),
|
||||
name: "Work in Progress - SpankBang".to_string(),
|
||||
name: "SpankBang".to_string(),
|
||||
description: "Popular Porn Videos - SpankBang".to_string(),
|
||||
premium: false,
|
||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=spankbang.com".to_string(),
|
||||
@@ -347,7 +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(60);
|
||||
let delay = time::Duration::from_secs(80);
|
||||
time::sleep(delay).await;
|
||||
}
|
||||
let _ = provider_clone
|
||||
|
||||
Reference in New Issue
Block a user