We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e8774 commit ffb98c0Copy full SHA for ffb98c0
1 file changed
FailAnalyzer/Program.cs
@@ -114,7 +114,7 @@ private static List<Player> Analyze(IEnumerable<string> lines)
114
{
115
if (skipLines && skipLinesCount != 0)
116
117
- if (item.Contains("<li class=\"active\"><a data-toggle=\"tab\" href="))
+ if (item.Contains("<li class=\"active\"><a data-toggle=\"tab\" href=") && item.Contains("#mf"))
118
119
var b = item.Substring(item.IndexOf("#mf"));
120
failedId = b.Remove(b.IndexOf("\""));
0 commit comments