fix(codeforces): correct problem url

This commit is contained in:
Barrett Ruth 2025-10-31 21:47:15 -04:00
parent 6a2f58430d
commit 7bfa839c84

View file

@ -202,7 +202,7 @@ class CodeforcesScraper(BaseScraper):
error="",
contest_id=cid,
problems=problems,
url=f"https://codeforces.com/contest/{contest_id}/%s",
url=f"https://codeforces.com/contest/{contest_id}/problem/%s",
)
return await self._safe_execute("metadata", impl, contest_id)