pandrei7 / cptest

A tool for testing competitive programming solutions quickly and easily.
MIT License
1 stars 0 forks source link

Downloading Atcoder tests during contest #2

Open pandrei7 opened 3 years ago

pandrei7 commented 3 years ago

Downloading Atcoder tests of a currently running contest does not seem to work, the request returning a 404 response every time.

pandrei7 commented 3 years ago

For example, the permanent practice contest does not work at all with this script.

The issue seems to be that, for active contests, Atcoder expects a session cookie to be passed with the request, which then only allows registered users to access the problem.