freepornvideosxxx

This commit is contained in:
Simon
2026-02-10 20:24:10 +00:00
parent 5b9ef5b279
commit 2f1fd8f33a
2 changed files with 629 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ pub mod noodlemagazine;
pub mod pimpbunny;
pub mod javtiful;
pub mod hypnotube;
pub mod freepornvideosxxx;
// convenient alias
pub type DynProvider = Arc<dyn Provider>;
@@ -59,6 +59,7 @@ pub static ALL_PROVIDERS: Lazy<HashMap<&'static str, DynProvider>> = Lazy::new(|
m.insert("pimpbunny", Arc::new(pimpbunny::PimpbunnyProvider::new()) as DynProvider);
m.insert("javtiful", Arc::new(javtiful::JavtifulProvider::new()) as DynProvider);
m.insert("hypnotube", Arc::new(hypnotube::HypnotubeProvider::new()) as DynProvider);
m.insert("freepornvideosxxx", Arc::new(freepornvideosxxx::FreepornvideosxxxProvider::new()) as DynProvider);
// add more here as you migrate them
m
});