CodeforcesSolutionDownloader
CodeforcesSolutionDownloader copied to clipboard
a small script for downloading solutions from codeforces.com
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):  
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...