remove luogu && add uoj

This commit is contained in:
hanyixuanten
2026-07-20 19:05:09 +08:00
parent b213ccf50a
commit f1516b6ef4
6 changed files with 89 additions and 52 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ Fetch programming contest schedules from several online judge platforms and expo
- Codeforces
- AtCoder
- USACO
- Luogu
- UOJ
## Output Files
@@ -93,6 +93,6 @@ AI coding agents and maintainers should follow [AGENTS.md](AGENTS.md) when chang
## Notes
- AtCoder uses the AtCoder Problems API and falls back to the official AtCoder contest page for upcoming contests when needed.
- Luogu requires a session request and content-only request headers, so the script uses `requests.Session()`.
- UOJ is parsed from its public contests page, including the timeanddate duration parameters used by contest links.
- USACO schedule data depends on the current layout of the official USACO contests page. If USACO has no future schedule published, it may produce no upcoming USACO contests.
- Network or upstream API changes can temporarily reduce the number of fetched contests.