freshporno was removed

This commit is contained in:
Simon
2026-02-15 11:25:01 +00:00
parent 5105d33212
commit 3fe6280f27
3 changed files with 0 additions and 242 deletions

View File

@@ -692,41 +692,6 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
cacheDuration: Some(1800),
});
// freshporno
status.add_channel(Channel {
id: "freshporno".to_string(),
name: "Freshporno".to_string(),
description: "Only Fresh Free HD Porn Videos Online".to_string(),
premium: false,
favicon: "https://www.google.com/s2/favicons?sz=64&domain=freshporno.net".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,
cacheDuration: Some(1800),
});
// paradisehill
status.add_channel(Channel {
id: "paradisehill".to_string(),
@@ -1179,9 +1144,6 @@ pub fn get_provider(channel: &str) -> Option<DynProvider> {
"xxthots" => Some(Arc::new(crate::providers::xxthots::XxthotsProvider::new())),
"sxyprn" => Some(Arc::new(crate::providers::sxyprn::SxyprnProvider::new())),
"porn00" => Some(Arc::new(crate::providers::porn00::Porn00Provider::new())),
"freshporno" => Some(Arc::new(
crate::providers::freshporno::FreshpornoProvider::new(),
)),
"youjizz" => Some(Arc::new(crate::providers::youjizz::YoujizzProvider::new())),
"paradisehill" => Some(Arc::new(
crate::providers::paradisehill::ParadisehillProvider::new(),