From 2abd99e20b0f1a5744d0fe7ebddbd26562e4ce88 Mon Sep 17 00:00:00 2001 From: Bitl Date: Wed, 23 Sep 2020 09:33:12 -0700 Subject: [PATCH] added more variations --- Novetus/NovetusCore/Classes/RobloxXML.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Novetus/NovetusCore/Classes/RobloxXML.cs b/Novetus/NovetusCore/Classes/RobloxXML.cs index b39057b..9bf5586 100644 --- a/Novetus/NovetusCore/Classes/RobloxXML.cs +++ b/Novetus/NovetusCore/Classes/RobloxXML.cs @@ -361,6 +361,8 @@ public static class RobloxXML .Replace("www.roblox.com/asset?id=", newurl) .Replace("assetgame.roblox.com/asset/?id=", newurl) .Replace("assetgame.roblox.com/asset?id=", newurl) + .Replace("roblox.com/asset/?id=", newurl) + .Replace("roblox.com/asset?id=", newurl) .Replace("&", "&") .Replace("amp;", "&"); string peram = "id="; @@ -462,7 +464,9 @@ public static class RobloxXML .Replace("www.roblox.com/asset/?id=", newurl) .Replace("www.roblox.com/asset?id=", newurl) .Replace("assetgame.roblox.com/asset/?id=", newurl) - .Replace("assetgame.roblox.com/asset?id=", newurl); + .Replace("assetgame.roblox.com/asset?id=", newurl) + .Replace("roblox.com/asset/?id=", newurl) + .Replace("roblox.com/asset?id=", newurl); } } } @@ -493,7 +497,9 @@ public static class RobloxXML .Replace("www.roblox.com/asset/?id=", newurl) .Replace("www.roblox.com/asset?id=", newurl) .Replace("assetgame.roblox.com/asset/?id=", newurl) - .Replace("assetgame.roblox.com/asset?id=", newurl); + .Replace("assetgame.roblox.com/asset?id=", newurl) + .Replace("roblox.com/asset/?id=", newurl) + .Replace("roblox.com/asset?id=", newurl); } } }