hanime updates
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user