diff --git a/main.py b/main.py index 485e973..c52b8d1 100644 --- a/main.py +++ b/main.py @@ -234,7 +234,7 @@ def get_matches(): matchObj = {} matchObj['date'] = date - matchObj['url'] = match.find("a", {"class": "match a-reset"}).get("href") + matchObj['url'] = "https://hltv.org" + match.find("a", {"class": "match a-reset"}).get("href") matchObj['time'] = getMatch.find("div", {"class": "matchTime"}).text if getMatch.find("div", {"class": "matchEvent"}): matchObj['event'] = getMatch.find("div", {"class": "matchEvent"}).text.encode('utf8').strip()