implemented hanime

This commit is contained in:
Simon
2025-06-04 18:33:49 +00:00
parent 3150e57411
commit d7fc427696
5 changed files with 231 additions and 301 deletions

View File

@@ -36,8 +36,8 @@ pub struct PageInfo {
#[derive(serde::Serialize, Debug, Clone)]
pub struct Video_Embed{
html: String,
source: String,
pub html: String,
pub source: String,
}
impl Video_Embed {
pub fn new(html: String, source: String) -> Self {