pimpbunny and more fixes
This commit is contained in:
@@ -14,6 +14,7 @@ use crate::proxies::vjav::VjavProxy;
|
||||
use crate::{proxies::sxyprn::SxyprnProxy, util::requester::Requester};
|
||||
use crate::proxies::vidara::VidaraProxy;
|
||||
use crate::proxies::lulustream::LulustreamProxy;
|
||||
use crate::proxies::thaiporntv::ThaipornTvProxy;
|
||||
|
||||
pub mod archivebate;
|
||||
pub mod clapdat;
|
||||
@@ -33,6 +34,7 @@ pub mod pornhubthumb;
|
||||
pub mod shooshtime;
|
||||
pub mod spankbang;
|
||||
pub mod sxyprn;
|
||||
pub mod thaiporntv;
|
||||
pub mod vidara;
|
||||
pub mod vjav;
|
||||
|
||||
@@ -53,6 +55,7 @@ pub enum AnyProxy {
|
||||
Vjav(VjavProxy),
|
||||
Vidara(VidaraProxy),
|
||||
Clapdat(ClapdatProxy),
|
||||
ThaipornTv(ThaipornTvProxy),
|
||||
}
|
||||
|
||||
pub trait Proxy {
|
||||
@@ -77,6 +80,7 @@ impl Proxy for AnyProxy {
|
||||
AnyProxy::Vjav(p) => p.get_video_url(url, requester).await,
|
||||
AnyProxy::Vidara(p) => p.get_video_url(url, requester).await,
|
||||
AnyProxy::Clapdat(p) => p.get_video_url(url, requester).await,
|
||||
AnyProxy::ThaipornTv(p) => p.get_video_url(url, requester).await,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user