This commit is contained in:
Simon
2026-03-17 00:24:29 +00:00
parent f8a09b0e97
commit 0c11959d94
6 changed files with 1396 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ pub mod omgxxx;
pub mod paradisehill;
pub mod porn00;
pub mod porn4fans;
pub mod porndish;
pub mod pornzog;
pub mod shooshtime;
pub mod sxyprn;
@@ -134,6 +135,10 @@ pub static ALL_PROVIDERS: Lazy<HashMap<&'static str, DynProvider>> = Lazy::new(|
"porn4fans",
Arc::new(porn4fans::Porn4fansProvider::new()) as DynProvider,
);
m.insert(
"porndish",
Arc::new(porndish::PorndishProvider::new()) as DynProvider,
);
m.insert(
"shooshtime",
Arc::new(shooshtime::ShooshtimeProvider::new()) as DynProvider,

1303
src/providers/porndish.rs Normal file

File diff suppressed because it is too large Load Diff