yesporn
This commit is contained in:
@@ -43,6 +43,7 @@ pub mod tokyomotion;
|
||||
pub mod viralxxxporn;
|
||||
pub mod xfree;
|
||||
pub mod xxthots;
|
||||
pub mod yesporn;
|
||||
pub mod youjizz;
|
||||
// pub mod pornxp;
|
||||
pub mod chaturbate;
|
||||
@@ -123,6 +124,10 @@ pub static ALL_PROVIDERS: Lazy<HashMap<&'static str, DynProvider>> = Lazy::new(|
|
||||
"xxthots",
|
||||
Arc::new(xxthots::XxthotsProvider::new()) as DynProvider,
|
||||
);
|
||||
m.insert(
|
||||
"yesporn",
|
||||
Arc::new(yesporn::YespornProvider::new()) as DynProvider,
|
||||
);
|
||||
m.insert(
|
||||
"sxyprn",
|
||||
Arc::new(sxyprn::SxyprnProvider::new()) as DynProvider,
|
||||
@@ -346,6 +351,7 @@ fn channel_metadata_for(id: &str) -> Option<ProviderChannelMetadata> {
|
||||
"homoxxx" => Some(homoxxx::CHANNEL_METADATA),
|
||||
"missav" => Some(missav::CHANNEL_METADATA),
|
||||
"xxthots" => Some(xxthots::CHANNEL_METADATA),
|
||||
"yesporn" => Some(yesporn::CHANNEL_METADATA),
|
||||
"sxyprn" => Some(sxyprn::CHANNEL_METADATA),
|
||||
"porn00" => Some(porn00::CHANNEL_METADATA),
|
||||
"youjizz" => Some(youjizz::CHANNEL_METADATA),
|
||||
|
||||
1513
src/providers/yesporn.rs
Normal file
1513
src/providers/yesporn.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user