mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
Fixed Youtube links in Nexus Description view.
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ private:
|
||||
m_TagMap["email="] = std::make_pair(QRegExp("\\[email=\"?([^\\]]*)\"?\\](.*)\\[/email\\]"),
|
||||
"<a href=\"mailto:\\1\">\\2</a>");
|
||||
m_TagMap["youtube"] = std::make_pair(QRegExp("\\[youtube\\](.*)\\[/youtube\\]"),
|
||||
"<a href=\"http://www.youtube.com/v/\\1\">http://www.youtube.com/v/\\1</a>");
|
||||
"<a href=\"https://youtu.be./\\1\">https://youtu.be/\\1</a>");
|
||||
|
||||
|
||||
// make all patterns non-greedy and case-insensitive
|
||||
|
||||
Reference in New Issue
Block a user