From 7dd58ebfc47499fd4a72aab375f6b97135f06987 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 9 Oct 2025 20:17:48 +0000 Subject: [PATCH] beeg bugfixes --- src/providers/beeg.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/providers/beeg.rs b/src/providers/beeg.rs index 24299ef..167db0d 100644 --- a/src/providers/beeg.rs +++ b/src/providers/beeg.rs @@ -114,8 +114,8 @@ impl BeegProvider { Self::push_unique( &categories, FilterOption { - id: star_id, - title: star_name, + id: star_id.replace("{","").replace("}",""), + title: star_name.replace("{","").replace("}",""), }, ); } @@ -178,7 +178,7 @@ impl BeegProvider { Channel { id: "beeg".to_string(), name: "Beeg".to_string(), - description: "".to_string(), + description: "Watch your favorite Porn on Beeg.com".to_string(), premium: false, favicon: "https://www.google.com/s2/favicons?sz=64&domain=beeg.com".to_string(), status: "active".to_string(),