now with pornstars fetch

This commit is contained in:
Simon
2025-10-04 18:12:23 +00:00
parent 499e528697
commit b2a07b0392
3 changed files with 58 additions and 19 deletions

View File

@@ -31,6 +31,7 @@ pub struct VideosRequest {
pub filter: Option<String>, //
pub language: Option<String>, //
pub networks: Option<String>, //
pub stars: Option<String>, //
}
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
@@ -42,6 +43,7 @@ pub struct ServerOptions {
pub language: Option<String>, // "en"
pub requester: Option<Requester>,
pub network: Option<String>, //
pub stars: Option<String>, //
}
#[derive(serde::Serialize, Debug)]