tiktok group

This commit is contained in:
Simon
2026-03-22 12:46:30 +00:00
parent 50ea0e73b7
commit 52f108da8e
2 changed files with 13 additions and 11 deletions

View File

@@ -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,
}
}

View File

@@ -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"],
};