vidara proxy for sxyprn
This commit is contained in:
@@ -11,6 +11,7 @@ use crate::proxies::shooshtime::ShooshtimeProxy;
|
||||
use crate::proxies::spankbang::SpankbangProxy;
|
||||
use crate::proxies::vjav::VjavProxy;
|
||||
use crate::{proxies::sxyprn::SxyprnProxy, util::requester::Requester};
|
||||
use crate::proxies::vidara::VidaraProxy;
|
||||
|
||||
pub mod archivebate;
|
||||
pub mod doodstream;
|
||||
@@ -28,6 +29,7 @@ pub mod pornhubthumb;
|
||||
pub mod shooshtime;
|
||||
pub mod spankbang;
|
||||
pub mod sxyprn;
|
||||
pub mod vidara;
|
||||
pub mod vjav;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
@@ -44,6 +46,7 @@ pub enum AnyProxy {
|
||||
Hqporner(HqpornerProxy),
|
||||
Heavyfetish(HeavyfetishProxy),
|
||||
Vjav(VjavProxy),
|
||||
Vidara(VidaraProxy),
|
||||
}
|
||||
|
||||
pub trait Proxy {
|
||||
@@ -65,6 +68,7 @@ impl Proxy for AnyProxy {
|
||||
AnyProxy::Hqporner(p) => p.get_video_url(url, requester).await,
|
||||
AnyProxy::Heavyfetish(p) => p.get_video_url(url, requester).await,
|
||||
AnyProxy::Vjav(p) => p.get_video_url(url, requester).await,
|
||||
AnyProxy::Vidara(p) => p.get_video_url(url, requester).await,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user