Merge branch 'main' into fix/submit-hardening

# Conflicts:
#	scrapers/atcoder.py
#	scrapers/codeforces.py
This commit is contained in:
Barrett Ruth 2026-03-05 14:18:01 -05:00
commit 427d03ec2d
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
21 changed files with 154 additions and 129 deletions

View file

@ -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"