CodeforcesSolutionDownloader icon indicating copy to clipboard operation
CodeforcesSolutionDownloader copied to clipboard

a small script for downloading solutions from codeforces.com

Results 5 CodeforcesSolutionDownloader issues
Sort by recently updated
recently updated
newest added

Now a library like BeautifulSoup will be required to extract the solution correctly. Also made other changes like accepting user handle as program argument, Making `Solutions` as the base directory...

Some problem names hold characters that filenames can't contain (Windows): ![image](https://user-images.githubusercontent.com/15349723/54864381-1faa5800-4d5f-11e9-86a0-f60a1894d09a.png) ![image](https://user-images.githubusercontent.com/15349723/54864390-47012500-4d5f-11e9-9d66-b2e1bdbe5f49.png)

Also added one replacer to " ' " and modified the START_POINT so it would work for me. Maybe someone else was having the same problem so I decided to...