xfree and beeg bug fix

This commit is contained in:
Simon
2026-03-05 19:34:55 +00:00
parent 5be0a89e51
commit 63782f6a7c
3 changed files with 796 additions and 31 deletions

View File

@@ -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,