├── .gitignore ├── LICENSE ├── README.md ├── crawler.py ├── main.py └── option.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISKU/Codeforces-Solutions-Downloader/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISKU/Codeforces-Solutions-Downloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISKU/Codeforces-Solutions-Downloader/HEAD/README.md -------------------------------------------------------------------------------- /crawler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISKU/Codeforces-Solutions-Downloader/HEAD/crawler.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISKU/Codeforces-Solutions-Downloader/HEAD/main.py -------------------------------------------------------------------------------- /option.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISKU/Codeforces-Solutions-Downloader/HEAD/option.py --------------------------------------------------------------------------------