xfree and beeg bug fix
This commit is contained in:
@@ -36,6 +36,7 @@ pub mod porn00;
|
||||
pub mod pornzog;
|
||||
pub mod sxyprn;
|
||||
pub mod tnaflix;
|
||||
pub mod xfree;
|
||||
pub mod xxthots;
|
||||
pub mod youjizz;
|
||||
// pub mod pornxp;
|
||||
@@ -143,6 +144,10 @@ pub static ALL_PROVIDERS: Lazy<HashMap<&'static str, DynProvider>> = Lazy::new(|
|
||||
"xxdbx",
|
||||
Arc::new(xxdbx::XxdbxProvider::new()) as DynProvider,
|
||||
);
|
||||
m.insert(
|
||||
"xfree",
|
||||
Arc::new(xfree::XfreeProvider::new()) as DynProvider,
|
||||
);
|
||||
m.insert(
|
||||
"hqporner",
|
||||
Arc::new(hqporner::HqpornerProvider::new()) as DynProvider,
|
||||
|
||||
Reference in New Issue
Block a user