adaptions format for paradise hill

This commit is contained in:
Simon
2025-09-19 11:39:34 +00:00
parent 584abfd431
commit 913472ebfb
3 changed files with 132 additions and 53 deletions

View File

@@ -819,19 +819,10 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
name: "Paradisehill".to_string(),
description: "Porn Movies on Paradise Hill".to_string(),
premium: false,
favicon: "https://en.paradisehill.cc/img/big-logo.svg".to_string(),
favicon: "https://www.google.com/s2/favicons?sz=64&domain=en.paradisehill.cc".to_string(),
status: "active".to_string(),
categories: vec![],
options: vec![ChannelOption {
id: "sort".to_string(),
title: "Sort".to_string(),
description: "Sort the Videos".to_string(), //"Sort the videos by Date or Name.".to_string(),
systemImage: "list.number".to_string(),
colorName: "blue".to_string(),
options: vec![
],
multiSelect: false,
}],
options: vec![],
nsfw: true,
cacheDuration: None,
});