Merge pull request #1 from BondarenkoArtur/master
Fixed OutOfBoundsException
This commit is contained in:
commit
e95897f3be
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ public class Boot {
|
|||
req.setTimeout(30000);
|
||||
for (String s : req.read())
|
||||
if (s.contains("href=\"/Konloch/bytecode-viewer/blob/master/libs/")) {
|
||||
urlList.add("https://github.com" + s.split("<a href=")[1].split("\"")[1]);
|
||||
urlList.add("https://github.com" + s.split("href=")[1].split("\"")[1]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue