This commit is contained in:
Simon
2026-03-18 11:22:48 +00:00
parent a66f44c747
commit ce781e2099
2 changed files with 994 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ pub mod youjizz;
pub mod chaturbate;
pub mod freepornvideosxxx;
pub mod heavyfetish;
pub mod hsex;
pub mod hentaihaven;
pub mod hqporner;
pub mod hypnotube;
@@ -210,6 +211,7 @@ pub static ALL_PROVIDERS: Lazy<HashMap<&'static str, DynProvider>> = Lazy::new(|
"heavyfetish",
Arc::new(heavyfetish::HeavyfetishProvider::new()) as DynProvider,
);
m.insert("hsex", Arc::new(hsex::HsexProvider::new()) as DynProvider);
m.insert(
"hentaihaven",
Arc::new(hentaihaven::HentaihavenProvider::new()) as DynProvider,