pornhub bugfix #2

This commit is contained in:
Simon
2025-08-10 15:17:55 +00:00
parent 6405596fb8
commit 673458b630

View File

@@ -138,7 +138,8 @@ impl PornhubProvider {
"mr" => "", "mr" => "",
"mv" => "&o=mv", "mv" => "&o=mv",
"tr" => "&o=tr", "tr" => "&o=tr",
_ => "", "lg" => "&o=lg",
_ => "&o=mv",
} }
} }