From c673a1c22b8f3399b3916d0b59cb03147fe12a48 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 29 Aug 2025 19:46:02 +0000 Subject: [PATCH] hentaimoon is currently broken --- src/api.rs | 66 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/src/api.rs b/src/api.rs index 62611e3..359a6e8 100644 --- a/src/api.rs +++ b/src/api.rs @@ -655,39 +655,39 @@ async fn status(req: HttpRequest) -> Result { nsfw: true, }); - // hentaimoon - status.add_channel(Channel { - id: "hentaimoon".to_string(), - name: "Hentai Moon".to_string(), - description: "Your Hentai Sputnik".to_string(), - premium: false, - favicon: "https://www.google.com/s2/favicons?sz=64&domain=hentai-moon.com".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![ - FilterOption { - id: "new".to_string(), - title: "New".to_string(), - }, - FilterOption { - id: "popular".to_string(), - title: "Popular".to_string(), - }, - FilterOption { - id: "top-rated".to_string(), - title: "Top Rated".to_string(), - }, - ], - multiSelect: false, - }], - nsfw: true, - }); + // // hentaimoon + // status.add_channel(Channel { + // id: "hentaimoon".to_string(), + // name: "Hentai Moon".to_string(), + // description: "Your Hentai Sputnik".to_string(), + // premium: false, + // favicon: "https://www.google.com/s2/favicons?sz=64&domain=hentai-moon.com".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![ + // FilterOption { + // id: "new".to_string(), + // title: "New".to_string(), + // }, + // FilterOption { + // id: "popular".to_string(), + // title: "Popular".to_string(), + // }, + // FilterOption { + // id: "top-rated".to_string(), + // title: "Top Rated".to_string(), + // }, + // ], + // multiSelect: false, + // }], + // nsfw: true, + // }); // xxthots status.add_channel(Channel {