This commit is contained in:
Simon
2025-07-19 15:31:43 +00:00
parent bbbb8f5fdf
commit 7d933384c4

View File

@@ -112,7 +112,7 @@ impl PornhubProvider {
split_string = "mostRecentVideosSection"; split_string = "mostRecentVideosSection";
} }
if query.contains("@channels"){ if query.contains("@channels"){
split_string = "dropdownHottestVideos"; split_string = "<ul class=\"videos row-5-thumbs";
} }
} }