beeg bugfixes
This commit is contained in:
@@ -114,8 +114,8 @@ impl BeegProvider {
|
|||||||
Self::push_unique(
|
Self::push_unique(
|
||||||
&categories,
|
&categories,
|
||||||
FilterOption {
|
FilterOption {
|
||||||
id: star_id,
|
id: star_id.replace("{","").replace("}",""),
|
||||||
title: star_name,
|
title: star_name.replace("{","").replace("}",""),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -178,7 +178,7 @@ impl BeegProvider {
|
|||||||
Channel {
|
Channel {
|
||||||
id: "beeg".to_string(),
|
id: "beeg".to_string(),
|
||||||
name: "Beeg".to_string(),
|
name: "Beeg".to_string(),
|
||||||
description: "".to_string(),
|
description: "Watch your favorite Porn on Beeg.com".to_string(),
|
||||||
premium: false,
|
premium: false,
|
||||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=beeg.com".to_string(),
|
favicon: "https://www.google.com/s2/favicons?sz=64&domain=beeg.com".to_string(),
|
||||||
status: "active".to_string(),
|
status: "active".to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user