mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 06:40:52 +00:00
Add server list URLs without -static also. Fixes #167
This commit is contained in:
parent
2ee26bbf54
commit
6ab5f27300
1 changed files with 2 additions and 0 deletions
|
|
@ -419,6 +419,8 @@ def closestServers(client, all=False):
|
|||
urls = [
|
||||
'://www.speedtest.net/speedtest-servers-static.php',
|
||||
'://c.speedtest.net/speedtest-servers-static.php',
|
||||
'://www.speedtest.net/speedtest-servers.php',
|
||||
'://c.speedtest.net/speedtest-servers.php',
|
||||
]
|
||||
errors = []
|
||||
servers = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue