From 7d514895cd99cef1946901a58673fea3aafa5335 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 31 Aug 2025 17:48:02 +0000 Subject: [PATCH] exclude noodlemagazine until impersonate runs --- src/api.rs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/api.rs b/src/api.rs index 95d4dbd..6c436aa 100644 --- a/src/api.rs +++ b/src/api.rs @@ -758,17 +758,17 @@ async fn status(req: HttpRequest) -> Result { }); // porn00 - status.add_channel(Channel { - id: "noodlemagazine".to_string(), - name: "Noodlemagazine".to_string(), - description: "Discover the Best Adult Videos".to_string(), - premium: false, - favicon: "https://www.google.com/s2/favicons?sz=64&domain=noodlemagazine.com".to_string(), - status: "active".to_string(), - categories: vec![], - options: vec![], - nsfw: true, - }); + // status.add_channel(Channel { + // id: "noodlemagazine".to_string(), + // name: "Noodlemagazine".to_string(), + // description: "Discover the Best Adult Videos".to_string(), + // premium: false, + // favicon: "https://www.google.com/s2/favicons?sz=64&domain=noodlemagazine.com".to_string(), + // status: "active".to_string(), + // categories: vec![], + // options: vec![], + // nsfw: true, + // }); //missav status.add_channel(Channel {