1
0
Fork 0
mirror of https://github.com/SocksPls/hltv-api synced 2025-07-12 03:59:15 +00:00

Comment on HLTVs updated team rankings

This commit is contained in:
Socks 2017-03-22 15:00:28 +00:00 committed by GitHub
parent 467c003939
commit dd4bece7a7

View file

@ -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 = []