fixes for perfectgirls and missav

This commit is contained in:
Simon
2025-08-21 09:06:30 +00:00
parent 61aa6a966e
commit c05991ee23
8 changed files with 206 additions and 158 deletions

View File

@@ -266,11 +266,6 @@ impl VideoFormat {
headers.insert(key, value);
}
}
pub fn protocol(mut self, protocol: String) -> Self {
self.protocol = Some(protocol);
self
}
}
#[derive(serde::Serialize, Debug)]
pub struct Videos {