This commit is contained in:
sose 2021-04-05 04:24:59 +00:00
parent c431fe2e7e
commit fe1414e5dc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ var hltv_url = "https://hltv.org";
nightmare
.goto(hltv_url)
.wait("span[data-livescore-current-map-score='']")
.wait("div[class='teamrows']")
.wait(2000)
.evaluate(function(hltv_url) {
var match_rows = document.querySelectorAll("div.teamrows");