Merge branch 'main' into fix/submit-hardening
# Conflicts: # scrapers/atcoder.py # scrapers/codeforces.py
This commit is contained in:
commit
427d03ec2d
21 changed files with 154 additions and 129 deletions
|
|
@ -38,6 +38,11 @@ from .timeouts import (
|
|||
HTTP_TIMEOUT,
|
||||
)
|
||||
|
||||
_LANGUAGE_ID_EXTENSION = {
|
||||
"6017": "cc",
|
||||
"6082": "py",
|
||||
}
|
||||
|
||||
MIB_TO_MB = 1.048576
|
||||
BASE_URL = "https://atcoder.jp"
|
||||
ARCHIVE_URL = f"{BASE_URL}/contests/archive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue