xalanq / cf-tool

:bar_chart: Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB
MIT License
1.32k stars 227 forks source link

Problem with cf list command #145

Open zhiyufan opened 2 years ago

zhiyufan commented 2 years ago

Hi All,

I found a problem with cf list command, it may be caused by the update codeforce's footnote. For example, for command cf list 100, you will get the following output, where the passed column of A, B, C, F, G, H, I is missing, and data for LIMIT is misaligned. image

I think the problem is caused by the "1" footnote as shown below, we may need handle these cases carefully! image

Thanks!

zhiyufan commented 2 years ago

Same as #74