Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
[F] Fix osuskills.tk domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Apr 2, 2019
1 parent 2397237 commit 141ebd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static int[] getSkillLevels(String playerName) throws UserNotFoundExcepti
{
playerName = playerName.replace(" ", "%20");

String html = HttpUtil.downloadString("http://osuskills.tk/user/" + playerName, "utf-8");
String html = HttpUtil.downloadString("http://osuskills.com/user/" + playerName, "utf-8");
Matcher matcher = pattern.matcher(html);

int[] result = new int[6];
Expand Down

0 comments on commit 141ebd9

Please sign in to comment.