From dd4bece7a78f776e6acaa44bfc7a5228dcfdd8bb Mon Sep 17 00:00:00 2001 From: Socks Date: Wed, 22 Mar 2017 15:00:28 +0000 Subject: [PATCH] Comment on HLTVs updated team rankings --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 1bf49ee..7704035 100644 --- a/main.py +++ b/main.py @@ -19,6 +19,8 @@ def top5teams(): def top20teams(): + #HLTV is updated to show top 30 teams on this page, not sure what this returns now though + #Will do more testing page = get_parsed_page("http://www.hltv.org/ranking/teams/") teams = page.select("div.ranking-box") teamlist = []