gabrielsimoes / cfparser.vim

A codeforces plugin ported from emacs plugin gnull/cfparser.
Do What The F*ck You Want To Public License
48 stars 10 forks source link

change name of input field to "handleOrEmail" #12

Closed jakobkogler closed 6 years ago

jakobkogler commented 6 years ago

Codeforces recently changed the name of a input field of the login page from

<input id="handle" style="width: 15em;" name="handle" value=""/>

to:

<input id="handleOrEmail" style="width: 15em;" name="handleOrEmail" value=""/>

Therefore it is now impossible to submit using the plugin. This pull-request changes the parameter in the curl call accordingly and fixes the problem.

gabrielsimoes commented 6 years ago

Thank you for maintaining this! I haven't been competing on CF, so it is great that you send such PRs.