hentaimoon is currently broken
This commit is contained in:
66
src/api.rs
66
src/api.rs
@@ -655,39 +655,39 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
|||||||
nsfw: true,
|
nsfw: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
// hentaimoon
|
// // hentaimoon
|
||||||
status.add_channel(Channel {
|
// status.add_channel(Channel {
|
||||||
id: "hentaimoon".to_string(),
|
// id: "hentaimoon".to_string(),
|
||||||
name: "Hentai Moon".to_string(),
|
// name: "Hentai Moon".to_string(),
|
||||||
description: "Your Hentai Sputnik".to_string(),
|
// description: "Your Hentai Sputnik".to_string(),
|
||||||
premium: false,
|
// premium: false,
|
||||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=hentai-moon.com".to_string(),
|
// favicon: "https://www.google.com/s2/favicons?sz=64&domain=hentai-moon.com".to_string(),
|
||||||
status: "active".to_string(),
|
// status: "active".to_string(),
|
||||||
categories: vec![],
|
// categories: vec![],
|
||||||
options: vec![ChannelOption {
|
// options: vec![ChannelOption {
|
||||||
id: "sort".to_string(),
|
// id: "sort".to_string(),
|
||||||
title: "Sort".to_string(),
|
// title: "Sort".to_string(),
|
||||||
description: "Sort the Videos".to_string(), //"Sort the videos by Date or Name.".to_string(),
|
// description: "Sort the Videos".to_string(), //"Sort the videos by Date or Name.".to_string(),
|
||||||
systemImage: "list.number".to_string(),
|
// systemImage: "list.number".to_string(),
|
||||||
colorName: "blue".to_string(),
|
// colorName: "blue".to_string(),
|
||||||
options: vec![
|
// options: vec![
|
||||||
FilterOption {
|
// FilterOption {
|
||||||
id: "new".to_string(),
|
// id: "new".to_string(),
|
||||||
title: "New".to_string(),
|
// title: "New".to_string(),
|
||||||
},
|
// },
|
||||||
FilterOption {
|
// FilterOption {
|
||||||
id: "popular".to_string(),
|
// id: "popular".to_string(),
|
||||||
title: "Popular".to_string(),
|
// title: "Popular".to_string(),
|
||||||
},
|
// },
|
||||||
FilterOption {
|
// FilterOption {
|
||||||
id: "top-rated".to_string(),
|
// id: "top-rated".to_string(),
|
||||||
title: "Top Rated".to_string(),
|
// title: "Top Rated".to_string(),
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
multiSelect: false,
|
// multiSelect: false,
|
||||||
}],
|
// }],
|
||||||
nsfw: true,
|
// nsfw: true,
|
||||||
});
|
// });
|
||||||
|
|
||||||
// xxthots
|
// xxthots
|
||||||
status.add_channel(Channel {
|
status.add_channel(Channel {
|
||||||
|
|||||||
Reference in New Issue
Block a user