hanime updates

This commit is contained in:
Simon
2025-10-17 08:19:32 +00:00
parent 09c06df163
commit a0e0a8e4b1
5 changed files with 95 additions and 28 deletions

View File

@@ -3,6 +3,7 @@ use ntex::web;
use crate::{proxies::sxyprn::SxyprnProxy, util::requester::Requester};
pub mod sxyprn;
pub mod hanimecdn;
#[derive(Debug, Clone)]
pub enum AnyProxy {
@@ -19,7 +20,6 @@ pub trait Proxy {
impl Proxy for AnyProxy {
async fn get_video_url(
&self,
url: String,