This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"version": 16, | |
"comment": "This file contains the tile servers available to Terramap by default. It is fetched by the mod each time it starts." | |
}, | |
"maps": { | |
"gmaps": { | |
"url": "http://mt.google.com/vt/lyrs=m&x={x}&y={y}&z={z}", | |
"urls": [ | |
"http://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################## | |
# Parse VEX Tournament Rule Pages | |
################################## | |
MAX_WORKER_THREADS = 6 | |
### IMPORTS | |
from selenium import webdriver | |
from selenium.webdriver.chrome.service import Service | |
from selenium.webdriver.chrome.options import Options | |
from webdriver_manager.chrome import ChromeDriverManager |