tokyomotion added
This commit is contained in:
@@ -37,6 +37,7 @@ pub mod porn4fans;
|
||||
pub mod pornzog;
|
||||
pub mod sxyprn;
|
||||
pub mod tnaflix;
|
||||
pub mod tokyomotion;
|
||||
pub mod viralxxxporn;
|
||||
pub mod xfree;
|
||||
pub mod xxthots;
|
||||
@@ -141,6 +142,10 @@ pub static ALL_PROVIDERS: Lazy<HashMap<&'static str, DynProvider>> = Lazy::new(|
|
||||
"tnaflix",
|
||||
Arc::new(tnaflix::TnaflixProvider::new()) as DynProvider,
|
||||
);
|
||||
m.insert(
|
||||
"tokyomotion",
|
||||
Arc::new(tokyomotion::TokyomotionProvider::new()) as DynProvider,
|
||||
);
|
||||
m.insert(
|
||||
"viralxxxporn",
|
||||
Arc::new(viralxxxporn::ViralxxxpornProvider::new()) as DynProvider,
|
||||
|
||||
Reference in New Issue
Block a user