tiktok group
This commit is contained in:
@@ -188,6 +188,7 @@ fn channel_group_title(group_id: &str) -> &'static str {
|
||||
match group_id {
|
||||
"meta-search" => "Meta Search",
|
||||
"mainstream-tube" => "Mainstream Tube",
|
||||
"tiktok" => "Tiktok",
|
||||
"studio-network" => "Studio & Network",
|
||||
"amateur-homemade" => "Amateur & Homemade",
|
||||
"onlyfans" => "OnlyFans",
|
||||
@@ -214,16 +215,17 @@ fn channel_group_order(group_id: &str) -> usize {
|
||||
match group_id {
|
||||
"meta-search" => 0,
|
||||
"mainstream-tube" => 1,
|
||||
"studio-network" => 2,
|
||||
"onlyfans" => 3,
|
||||
"chinese" => 4,
|
||||
"jav" => 5,
|
||||
"fetish-kink" => 6,
|
||||
"hentai-animation" => 7,
|
||||
"ai" => 8,
|
||||
"gay-male" => 9,
|
||||
"live-cams" => 10,
|
||||
"pmv-compilation" => 11,
|
||||
"tiktok" => 2,
|
||||
"studio-network" => 3,
|
||||
"onlyfans" => 4,
|
||||
"chinese" => 5,
|
||||
"jav" => 6,
|
||||
"fetish-kink" => 7,
|
||||
"hentai-animation" => 8,
|
||||
"ai" => 9,
|
||||
"gay-male" => 10,
|
||||
"live-cams" => 11,
|
||||
"pmv-compilation" => 12,
|
||||
_ => 99,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ use wreq::Version;
|
||||
|
||||
pub const CHANNEL_METADATA: crate::providers::ProviderChannelMetadata =
|
||||
crate::providers::ProviderChannelMetadata {
|
||||
group_id: "mainstream-tube",
|
||||
group_id: "tiktok",
|
||||
tags: &["tube", "mixed", "search"],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user