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:
parent
467c003939
commit
dd4bece7a7
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -19,6 +19,8 @@ def top5teams():
|
||||||
|
|
||||||
|
|
||||||
def top20teams():
|
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/")
|
page = get_parsed_page("http://www.hltv.org/ranking/teams/")
|
||||||
teams = page.select("div.ranking-box")
|
teams = page.select("div.ranking-box")
|
||||||
teamlist = []
|
teamlist = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue